This topic has 8 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hi,
I would like on the products page the links change colour, like in the left and top menu.
I would also like the active item (category/page) in both menu’s to stay blue if this is possible.
In the top menu I would like no underlines at all.
Blue: #00317a Red: #ba0000
See: http://awesomescreenshot.com/0cc42qnlbb
Can you help me with codes?
Thank you.
Regards, Myra
Hello,
To remove underline from the top menu I’ve added the following code to style.css of your child theme:
.header-type-3 .main-nav .menu > li.current-menu-item > a, .header-type-3 .main-nav .menu > li > a {
text-decoration: none !important;
}
For product titles hovering this code is used:
.products-grid .product .product-name a:hover {color: #00317a;}
Thank you.
Regards,
Eva Kemp.
Thank you, that’s what my client wants.
Is it also possible that the link of the active category / page stays blue? (Like in top menu the active page was underlined)
Regards, Myra
Hello,
Could you please show a screenshot of a page where you want to achieve it?
Thank you.
Regards,
Eva Kemp.
Hello,
Thank you for the screenshot.
I’ve added this code to style.css file:
.product-categories > li.current-cat > a {
color: #00317a !important;
}
Please check.
Regards,
Eva Kemp.
Thank you! Is this also possible for the top menu?
Hello,
Yes, I’ve added this code:
.header-type-3 .main-nav .menu-wrapper .menu > li.current-menu-item > a {
color: #00317a !important;
}
Check the menu items now.
Regards,
Eva Kemp.
The issue related to '‘Colour change hovering text’' has been successfully resolved, and the topic is now closed for further responses