How to change link hover effect to color in Debut theme?

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.

www.mysacredsoul.co.uk

Hello @mysacredsoul

You can add code by following these steps to add background color on hover inside dropdown

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.css theme file

  3. 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.

  1. Go to Edit code on Online Store:

  1. add my code above the tag on Theme.liquid:

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.