Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #875621

    The header doesn’t look right.

    #875622

    the background colour shows through and the area is a little short.

    #875633

    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

    #876218

    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.

    #876566

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #876704
    This reply has been marked as private.
    #877041

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .header_bg {
      opacity:1 !important;
    }

    Best regards,
    Rikard

    #880568

    Thank you!

    #880577

    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.

    #880584

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #header_main {
        margin-bottom: -8px!important; 
    }

    Best regards,
    Mike

    #880590

    Instead of pushing the header up – can we push it down so it’s not showing the strip?

    #881197

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.