Currently when you hover on my drop down links, they word becomes underlined. How do i change it to a colour hover instead?
Hello @mysacredsoul
Please share your store URL so i can provide possible solution.
Hello @mysacredsoul
You can add code by following these steps to add background color on hover inside dropdown
-
Go to Online Store → Theme → Edit code.
-
Open your theme.css theme file
-
Paste the below code at the bottom of theme.css
.site-nav__dropdown{
padding:0 !important;
}
.site-nav__dropdown li {
padding-top: 5px !important;
}
.site-nav__dropdown li:hover {
background: #efd2cb !important;
}
HI @mysacredsoul ,
Glad to support you today.
You can check out my suggestion below to get your concern resolved.
- Go to Edit code on Online Store:
- add my code above the tag on Theme.liquid:
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.