Dropdown Menu Background Colour Not Changing - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Dropdown Menu Background Colour Not Changing

AF

Andrew Freeman

Helix Framework 3 years ago

Hi, when changing the background colour of the menu dropdowns, the colour won't change. Same goes for font sizes and colours?

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #69188

Hi

Thanks for contacting us. Could you please give me a screenshot of your issue?

-Regards.

0
AF
Andrew Freeman
Accepted Answer
3 years ago #69192

Attached.

In helix I edit the menu dropdown background colour to a dark pink, but it shows white on the site. I've emptied caches etc?

I'm having to edit the CSS to do it, which seems to make the template editor pointless.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #69254

Hi

Use this custom CSS

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner{
  background-color: #ed4a67 !important;  
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0