This topic has 6 replies, 2 voices, and was last updated 4 years, 9 months ago ago by Rose Tyler
Hi, I am using ‘WOOF Woocommerce Product Filter’ plugin to allow customers to filter products on the shop page. On the ‘Sale’ page, the ‘All Products’ link on the menu bar is also highlighted as the “current page”. Can you teach me how I can tweak the code so that this does not happen?
Hello,
Your site under maintenance mode, so we can’t check it. Provide temporary wp-admin access, please.
Regards
ok user created
Hello,
It is highlited because your Sale page is the Shop page with query – http://prntscr.com/r5jp9n
Add the next Custom CSS code:
.woof_search_is_going .header-main-menu.et_element-top-level .menu li#menu-item-7764 a {
color: white;
}
.woof_search_is_going .header-main-menu.et_element-top-level .menu li#menu-item-7764 a:before {
display: none;
}
Regards
Thanks for the great help Rose!
Edit: Hi Rose, now when the mouse hovers over the ‘All Products’ menu item, it does not have the hover effect like the other menu items. I managed to solve the hover font color using the below css but I’m not sure how to do the hover top border line (yellow). Can help? Thanks!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up