Unable To Change Color Of Main Menu Items - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Unable To Change Color Of Main Menu Items

Massimiliano

Massimiliano

Template 2 years ago

Good evening, I should change the color of the top menu items but I can't change it with: system - Site template styles - gourmad - Preset - menu - Doing the color change does nothing

tnx for your help

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #98719

Hi

Thanks for contacting us. Use this custom CSS

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a{
    color: #c39a37 !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.

-Regards.

0