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
1 Like
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
If this was helpful, hit the like button and accept the solution.
Thanks
1 Like
Hey there! I can assist you!

