Handheld navigation dropdown toggle color

This commit is contained in:
Tiago Noronha 2018-07-11 16:44:58 +01:00
parent cc99397faa
commit ce6ddec2ba

View file

@ -653,7 +653,8 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
.site-branding h1 a,
.site-footer .storefront-handheld-footer-bar a:not(.button),
button.menu-toggle,
button.menu-toggle:hover {
button.menu-toggle:hover,
.handheld-navigation .dropdown-toggle {
color: ' . $storefront_theme_mods['header_link_color'] . ';
}