Site logo

Archived topic

Change color sticky menu and logo when scrolling down

9 replies · Started by Edwin on October 1, 2020

Viewing posts 1–10 of 10

Hi

Is there a way to change the color of the logo and menu in the sticky menu when you scroll down and it sits on white or black color background.

Here is an example:

https://ajandco.com.au/

When you scroll down the menu and logo changes color when the background is different.

Thanks

Edwin

Hi there,

Are you using a merged header element by any chance?

Let me know :)

Hi Leo

I am using the Off Canvas Panel menu.

Hi Edwin,

Your site seems to be in maintenance mode. Can you give us access so we could inspect the site?

You can add the site details on the Private Information text area.

Thanks.

Hi Elvin

Try now. I removed the Maintenance mode

Hi Leo,

Thanks, but what i am after is that the color of the menu and logo changes when the background of the color change.

You can see it in the website https://ajandco.com.au/ when it is on top of white background the color of the logo and menu is black and when you are on black background (scroll in page) the menu and the logo is white.

This is pretty tricky to do.

Your reference site is pretty complex since it uses scripts to control how the hamburger icon changes.

This is doable w/ CSS though.

Try this CSS code:

nav{
mix-blend-mode:difference;
}

button.menu-toggle{
background-color: transparent;
transition: background-color 0.3s;
}

button.menu-toggle > span.icon-menu-bars{
color:white;
}

We're basically taking advantage of CSS's mix-blend-mode property as opposed to your reference site's script controlled swapping headers.

Thanks Elvin.

That didn't work. I guess i will have to try it with JavaScript?

This kind of custom solution is out of the scope of this forum unfortunately.

I think the logo part would be very complicated to achieve.

You could try hiring a developer using a service like this:
https://codeable.io/

This archived topic is closed to new replies.