SOLVED: Logo inverse not loading

Bricks Version: 1.5.1 RC
Browser: Chrome 104.0.5112.102
OS: Windows 11
URL: I rolled back to 1.5. after discovering this bug. Now it’s working again

My Logo inverse is not loaded for the sticky header.

Hi Adrian,
Thanks so much for your report!

I was able to reproduce the issue and added it to our bug tracker.

Best regards,
timmse

1 Like

Hi Adrian,
We’ve fixed this bug in Bricks 1.5.1, which is soon available as a one-click update in your WordPress Dashboard.

Please let us know if you are still experiencing issues.

Best regards,
timmse

1 Like

schankedön! Very nice :smiling_face:

Sorry, but not working in 1.5.1 version. :frowning:
I use default logo SVG format, working great.
I tried to inverse logo with png and svg, but not working.

With PNGs only, it works without problems in my tests.

With SVGs, it’s another task that’s still in progress.

Best regards,
timmse

1 Like

In the latest version it still doesn’t work with SVGs.

Any update coming soon for this?

3 Likes

Chiming in here. Inverse logos not working with SVG.

You guys do know that the more time they spend replying to forum posts, the less time they can spend on development, right?

Just use some css and sticky header with inverse svg logo will work as expected.

.yourSVGClass {
  fill: blue;
}

.scrolling .yourSVGClass {
  fill: red;
}

Official response for same issue earlier today:

1 Like

@timmse this is still not fixed for SVG :frowning:

Right, that’s why the task for it is still marked as “WIP”. However, the CSS fix is still more than simple :slight_smile:

Ahh i totally missed that! Sorry bout that