Menu Type MENU HEADING Color Of Link - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Menu Type MENU HEADING Color Of Link

Alison

Alison

Helix Framework 3 years ago

HI

When I want to use a MENU HEADING the heading shows as the body text color rather than the navigation link color. How can I fix this so Menu Headings show in the same color as the rest of the menu items?

An example can be seen on development site https://shemeam.uk/gglt/index.php (see the 'About' menu heading)

Thanks Alison

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #58318

Hello Alison

Please use this CSS to Template Options -> Custom Code -> Custom CSS to get the same color.

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span{
    color: #fff; 
}

Best regards

0