SOLVED: Nav - Scrolling Text color is not applied to Items with subitems!

Browser: Chrome 110
OS: Windows
URL: Link to a page that illustrates this issue
Video: Bricks Bug on Navigation Items

The bug accured during the last one or two updates. If I have a Navigation with dark background und light font, and I switch it for scrolling (Template Settings → Sticky Header) every item is changed, but Items with subitems get not changed.

It was working before. If I use this custom code, it works, but this is not a solution for long:

#brx-header.sticky.scrolling .bricks-nav-menu > li > div > a {
color: #1c1c1c;
}

#brx-header.sticky.scrolling .bricks-nav-menu > li > div > button {
color: #1c1c1c;
}

It seems, that there is no entry while scrolling for a div inside the li of the navigation.

I made a short video

2 Likes

Hi IngoW,

Same here! +1

1 Like

Hi Ingo,

Thank you so much for your report. I’ve added this to the internal bug tracker :slight_smile:

Kind regards,
Charaf

1 Like

Hi Charaf,

happy to help and thanks for the quick response.
Was my first bug report ever. Feels good to serve the community! :joy:

Best regards!

1 Like

Same here! +1
IngoW’s code worked as a temporary solution.

2 Likes

Hey @IngoW,

we’ve fixed this issue in Bricks 1.9, now available as a one-click update in your WordPress Dashboard.

Please let us know if you are still experiencing issues.

Best,

André

1 Like