NZA
July 19, 2021, 11:17pm
1
Good day,
I am trying to add a hover style effect to the header which was native to prestige theme, i don’t know if this style got removed in the theme update but i can’t find it in the costumizer and i don’t know how to do it with CSS.
This is my header:
This is the desired result:
I would really apreciate some help with this!
Store url: https://donutsole-hu.myshopify.com/
Password: twilye
Thank you very much in advance!
Hello There,
1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:
ul.HorizontalList.HorizontalList--spacingExtraLoose a:hover {
background-color: #ff87b0!important;
color: #000!important;
}
1 Like
NZA
July 20, 2021, 8:59am
3
@ZestardTech Thank you for your reply, i added the code to the theme.css file
This is the result:
is it possible to make the pink square bigger ?