Hello,
How can I change the color of the text in the header when hovered over in my Shopify theme? (www.kudokid.com)
Thank you for the help
Hello,
How can I change the color of the text in the header when hovered over in my Shopify theme? (www.kudokid.com)
Thank you for the help
Hi @elise1 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you
HEllo @elise1
Go to online store ----> themes ----> actions ----> edit code ----> assets ----> novstyle.css
add this code at the end of the file.
.site-nav .site-nav--active .site-nav__link--main, .site-nav .nav--lv1:hover .site-nav__link--main {
color: darkgreen !important;
}
result
If this was helpful, hit the like button and accept the solution.
Thanks