Woocommerce Storefront product category page color change

I have changed the primary-navigation-menu current page color by below CSS .current_page_item a { color: #4fff51!important; } But it is working for only pages not for product category pages. In the menu, Home & Shop are the pages and remaining are the product category pages. How to fix this ..? pls visit my site graceamaron.com… Read More Woocommerce Storefront product category page color change

woocommerce Storefront theme primary navigation menu :active doesn't work

This is my website graceamaron.com It was wordpress hosted site. I have changed the primary navigation menu hover from default to #4fff51 by the below CSS. .storefront-primary-navigation ul li a:hover { color : #4fff51; } And now I have tried to change active menu color by below code .storefront-primary-navigation ul li a:active { color :… Read More woocommerce Storefront theme primary navigation menu :active doesn't work