Tagged: sticky header
Need to stop this color change in enfold / small business logo / header area. It’s got a blue hue to it and I don’t know where that’s coming from but the client wants a seamless brown throughout the home page header / heading space. It’s not a public site yet so I’ve posted the link in the private content area. Can someone have a look and tell me how to change it? Love all the other behaviors.
Also, related, the home page needs to be “sans” logo while all subsequent pages need the little logo in the top heading…can someone also point me to how best to accomplish this?
Thanks,
Mike
Hi mcraig!
Thank you for using Enfold.
I’m not sure why this stylesheet is being used but you have this css code in the display_custom.css file:
#header {
background-color: rgba(0, 37, 57, 0.75) !important;
}
Override it in the Quick CSS field with the following css code:
#header {
background-color: transparent !important;
}
Edit the page then set the Layout > Header visibility and transparency to “Transparent Header”.
Cheers!
Ismael
Thanks for the help. I honestly had no idea there was some rogue CSS content out there…I guess I need to be more careful. I think in an early iteration of design this change was requested and then we shifted to one of the other sample layouts and the client no longer wanted the custom behavior. Good catch and thanks again.
Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy