Header Background

Using the Illdy theme, I want to keep the header the same background colour. Currently, it changes once a user starts to scroll and header is set to sticky, which means the background changes only when scrolling.

Is there a CSS code or setting which will allow me to have the background to a solid colour of my choice which remains as such as soon as the site loads and remains the same whilst scrolling too?

Thanks

Hi,

Can you link your website so that I can provide you a Custom CSS for the requirement.

Let us know,

Thanks,
laranz.

Sure Laranz, thank you. Here it is;

Ray

Hello there,

I hope you are doing well today.

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


/*Header color change*/
#header .top-header {
    background-color: red !important;
}

Best Regards,
Support