The header doesn’t look right.
the background colour shows through and the area is a little short.
Hi,
Could you please explain a little more, perhaps you are responding to another post but started a new thread instead, because we can’t see the context to your new post. Thank you for understanding.
Best regards,
Mike
Yes the colour background under my image is showing through but it’s a little short, it doesn’t go all the way to the bottom. How would I make the header not showing through at all. I don’t have the header set to transparent. This issue is on all inner pages except the home page.
Hi,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.header_bg {
opacity:1 !important;
}
Best regards,
Rikard
Thank you!
Actually I don’t want this as it makes the home page transparent header solid colour. Any other ideas. I basically have to just drop the start of the page down a little bit.
Hi,
Try this code in the General Styling > Quick CSS field:
#header_main {
margin-bottom: -8px!important;
}
Best regards,
Mike
Instead of pushing the header up – can we push it down so it’s not showing the strip?
Hi web4698,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_header_top.html_header_topbar_active.html_header_sticky #top #main {
padding-top: 126px;
}
If you need further assistance please let us know.
Best regards,
Victoria