Change Font Colour In Sticky Header - Question | JoomShaper

Change Font Colour In Sticky Header

M

Martin

Template 1 year ago

Dear support team,

Seems like a trivial thing, but I can't figure it out.

In the sticky header of ‘Homify’, the menu items are displayed in white. However, when I create a menu item as a ‘menu header’, it is black. https://prnt.sc/qK1nfUsM08_I https://prnt.sc/WOsWgRg44d5Y

Which CSS code am I overlooking to adjust the font colour?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #169420

Hi Martin,

  1. In general, we don't recommend using 'Menu Header' as main menu item.
  2. Custom CSS is needed:

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

0
M
Martin
Accepted Answer
1 year ago #169628

Hi Paul,

then I'll take your first piece of advice to heart ;)

0