Doctor Template - Change Mega Menu Hover Background Colour - Question | JoomShaper

Doctor Template - Change Mega Menu Hover Background Colour

Claire Haas

Claire Haas

Template 4 days ago

Hi,

Please can you tell me how to change the mega menu hover background colour in the Doctor template?

I have tried: .sp-megamenu-parent > li.hover > a { background-color: #EFCE8B!important; }

and variations of that but nothing i do works. Link to the site in the Hidden Content.

Kind regards :-)

0
2 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 4 days ago #220586

Hi,

Apologies for the inconvenience.

To change the mega menu hover background color in the Doctor template, please add the following CSS to:

Template Options → Custom Code → Custom CSS

.sp-megamenu-parent > li:hover > a {
    background-color: #EFCE8B !important;
}

After applying the change, please make sure to clear both your Joomla cache and your browser cache to see the updated result.

Kind regards

0
Claire Haas
Claire Haas
Accepted Answer
4 days ago #220587

Thank you :-)

0