hi,
i want to remove underline from my drop down menu like shop by and also want to keep clicked menu color white instead of black.
https://quirkyqueststudio.myshopify.com/
pass advertfox
hi,
i want to remove underline from my drop down menu like shop by and also want to keep clicked menu color white instead of black.
https://quirkyqueststudio.myshopify.com/
pass advertfox
Hi @Advertfox Please add the code in your theme.css/base.css/style.css file which is available in your theme.
details[open]>.header__menu-item {text-decoration: none;}
.header__active-menu-item {
color: white !important;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil
thanks a lot, it really helped !!