QuincyRossieau
Member
Posted 3 months ago #
On http://www.pizzawereld.nl/cms i use the .current_page_item to display the flag under the button "Webshop".
It works when you are in the main page of the shop, but when you click on a category or a product the flag dissapears.
Is there any way to display it throughout the shop?
http://wordpress.org/extend/plugins/woocommerce/
There is a way but not very elegant. You can prepend a class in front of your webshop class with "woocommerce-page".
So say your webshop menu button has the class "webshop" then your CSS will look like:
.woocommerce-page .webshop { // show flag }