Joomla Menu Item Type Separator Color Not Same As Other Menu Items - Question | JoomShaper

Joomla Menu Item Type Separator Color Not Same As Other Menu Items

ML

MBCS LLC

Helix Framework 2 years ago

Helix Ultimate: v2.0.5

The Separator is taking the color from body text instead of menu item color. Can you please correct and provide an interim solution. Thanks in advance.

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #34682

Hi,

Please use the following code in your custom CSS:

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

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li:hover>a, .sp-megamenu-parent>li:hover>span{
    color: #f0e68c!important;
}

The first portion of the code is for menu item color and the second portion is for menu item hover & active color. You can use any color you want!

Note: 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.

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #34674

Hi there!

Thanks for your query.

Would you please give me your site URL, along with indication to what you are talking about actually with screenshots?

Best Regards

0
ML
MBCS LLC
Accepted Answer
2 years ago #34675

https://www.burriinsurance.com/

Menu Item: Product & Services

Also same problem when you select: Menu Heading

Image below:

https://www.dropbox.com/s/2xu4022vfa6p8pf/Menu%20Issue.jpg?dl=0

0
ML
MBCS LLC
Accepted Answer
2 years ago #34684

Thanks, that fixed the issue. Will this be updated on a future Ultimate version or was this a unique problem with this site?

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #35724

Glad that the issue is fixed:)

I havn't seen this issue many times.

Thanks

0