Colors Incorrect In Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Colors Incorrect In Menu

C

clausjepsen

Helix Framework 3 years ago

Hi, I have setup Menu colors in HELIX Ultimate, but unfortunately they're sort of mixed up. Not using any custom.css file and custom css are not dealing with this.

I have forced the dark background for menu, logo & top 1 in the layout row style, but not keyed in any color for text.

See more in the image:

0
2 Answers
C
clausjepsen
Accepted Answer
3 years ago #65233

Also, please explain to me, why the social icons appears pink? In Layout row (top1) I set text to: #87929A, but no effect.

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

Hi

Thanks for contacting us. Do you want it like this?

https://prnt.sc/uzRq_k9GXji3

Then 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: #fff !important;
}
.burger-icon{
    background:#fff !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.i

0