Header color changes in + parallax effect

Hello!

I just enable sticky header and, when I go to different pages from the front page, the header turns grey… then, when I scroll down it back to white… who can I make it always white?
Also, I have parallax effect enable but it doesn’t work… I don’t know why…

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hello, there!!

Thank you so much for your answer.

My website link is: mrc-braga.pt

Thank you!

Hello there,

Thanks for the link.

You can use the following CSS code to force the color to remain white by going to Appearance > Customize > Additional CSS and pasting it there.


header#header {
    background-color: white !important;
}

Best Regards,
Support

Hello, there.

Thank you so much for your help, but it didn’t work…
And, about the parallax effect? Do you have any solution?

Thank you so much.

Hello there,

Could you please provide a link to your website for me to test the parallax effect and see what is happening to it?

Best Regards,
Support

Thanks for your answer.
My website link: mrc-braga.pt

And about the header color, any solution?

Thank you so much.

Best regards,

Vânia

HI there

hope you are having a good day :slight_smile:

Please add this css in appearance> customize > additional css:

header#header {
background-color: white !important;
}
#header.header-front-page {
background-attachment: fixed !important;
}

Regards Noda

Hello there!

It works. Thank you so, so much! ?

Best regards,

Vânia

You are welcome :slight_smile:

I will close this ticket here, feel free to open new ticket if you have any issues :slight_smile:

Have a good day