Menu - Question | JoomShaper

Menu

KB

Ken Brown

Template 1 year ago

I am using the Cuisine (2.0.0) template and the menu text is white. On one of the main menu pages (and sub-menu pages under that particular menu item) if you scroll down and then scroll up to the top of the page the menu background turns white and you cannot see the white text for the menu item with a now white background. This also happens on just one of the pages on the Right Menu. All the other menu items keep the black backgrounds.

0
4 Answers
KB
Ken Brown
Accepted Answer
1 year ago #166591

I changed the problem page linked on the Right Menu to another page that isn't having this white backround menu problem and now the Right Menu is working properly (black background).

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #166637

Hi there!

Thanks for reaching out.

When you scrolled up again then there is a new class added to the header, which is menu-fixed-out, and this class having a transparent background.

So please use the following code in your custom css to get a black background:

#sp-header, #sp-header.menu-fixed-out {
    background: black;
}

Here is all about custom code placement in Helix3 framework: https://www.joomshaper.com/documentation/helix-framework/helix3/custom-css-header-code

Best Regards

0
KB
Ken Brown
Accepted Answer
1 year ago #166723

That fixed the problem. Much thanks !!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #166912

Hi,

Glad that I could help:)

You may accept the most useful answer in order to close the post..

Have a nice day!

0