Change menu item color when hovered

Solved

Change menu item color when hovered

Daniel19901
Shopify Partner
283 2 79

Hi, can anyone help me make the hovered content grey instead of white ? 
Can't find it in the settings. Thank you in advance!
Store: pavone-2462.myshopify.com

 

 

Daniel19901_0-1734172429435.png

 

Accepted Solution (1)

GTLOfficial
Shopify Partner
724 152 152

This is an accepted solution.

Hello @Daniel19901 
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.

.t4s-sub-menu .t4s-menu-item a:hover {
color: gray !important;
}

result
71.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 2 (2)

GTLOfficial
Shopify Partner
724 152 152

This is an accepted solution.

Hello @Daniel19901 
Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.

.t4s-sub-menu .t4s-menu-item a:hover {
color: gray !important;
}

result
71.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

E_coinnovator
Visitor
1 0 0

Hey there! I can assist you!