Active link color when using the Custom Menu widget in the sidebar. closes #402

Should only be applied to the header
This commit is contained in:
James Koster 2016-05-31 11:40:04 +01:00
parent 384129e130
commit 715891b6de
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@
### *2016.xx.xx* - 2.0.2
* **Fix** - Correct CSS property applied to the header if no background image is present.
* **Fix** - Sticky order review + Checkout Add-ons compatibility.
* **Fix** - Active link color when using the Custom Menu widget in the sidebar.
* **Dev** - Added `storefront_sticky_order_review` filter.
### *2016.05.12* - 2.0.1

View file

@ -500,7 +500,7 @@ if ( ! class_exists( 'Storefront_Customizer' ) ) :
a.cart-contents:hover,
.site-header-cart .widget_shopping_cart a:hover,
.site-header-cart:hover > li > a,
ul.menu li.current-menu-item > a {
.site-header ul.menu li.current-menu-item > a {
color: ' . storefront_adjust_color_brightness( $storefront_theme_mods['header_link_color'], 50 ) . ';
}