Hello. I want to leave the top logo/menu bar transparent on the home page, but have it navy blue (#000080) on all my other pages. I can’t seem to figure it out. Any help would be much appreciated. Thank you.
Here’s the site: stevenweiler.com
Hello. I want to leave the top logo/menu bar transparent on the home page, but have it navy blue (#000080) on all my other pages. I can’t seem to figure it out. Any help would be much appreciated. Thank you.
Here’s the site: stevenweiler.com
Hello,
Try to set that color for Background color and Background color (sticky) in Appearance → Customize → Colors → Header section, and add the following CSS code. You can add CSS code in Customize → Additional CSS section.
body.home header#masthead {
background-color: transparent;
}
Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
That worked! As always (well almost), you’re the best Roman!
Steve
Great, you are welcome Steve! And thanks
Kind Regards, Roman.