Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #185604
    angrybird
    Participant

    Is there a way to change the header background to transparent (or no color at all), so the background image shows through? I mean the header-area where the site identity logo is.

    #185614
    angrybird
    Participant

    Oh and also: I updated an older site to using Everest Pro, but now I cannot choose the layout per page (Catch Everest options; Sidebar layout, Select sidebar, Header featured image options….). The choices are just not there for me to pick from.

    #185649
    Skandha
    Participant

    @ville123: Hello there,
    Can you please post in your site URL so that I can look into the issue.

    I tried changing the sidebar layout on a particular page at my end and it seems to be working fine.
    Kind Regards,
    Skandha

    #185803
    angrybird
    Participant

    http://salongwellness.fi
    So I want the white background behind the logo gone.

    And sorry about the confusion with the sidebar; I downloaded the newest version of Everest Pro, and the sidebar-options had moved to a new place, that’s why I couldn’t find them.

    #185815
    Skandha
    Participant

    @ville123: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site {
    	background: transparent;
    }
    #main {
        background: #fff;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #185835
    angrybird
    Participant

    Excellent, thank you!

    #185836
    angrybird
    Participant

    Oh, but a faint shadow can be seen to the right of the header. Any way to remove that? It could be removed from the whole container, I don’t think it is needed at all.

    #185870
    Skandha
    Participant

    @ville123: Hello there,
    To remove the box shadow
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site {
        box-shadow: unset;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Transparent header’ is closed to new replies.