[Resolved] Make Header Transparent

Home Forums Support [Resolved] Make Header Transparent

Home Forums Support Make Header Transparent

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #146817
    John

    Is there anyway to make the header area transparent? I don’t see anyway and I have a background that needs to show through the header area but right now, I can only choose the color.

    #146851
    bdbrown

    Hi John. Using the Colors or GP Premium Add-On you would go to Appearance > Customize > Colors > Header Colors > Background > Select Color and remove the hex value.

    If you want to use CSS this should do it:

    .site-header {
        background: transparent;
    }
    

    Colors Add-On: https://generatepress.com/downloads/generate-colors/
    GP Premium Add-On: https://generatepress.com/gp-premium/
    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #146917
    John

    Awesome! Thank you! That worked!

    #146931
    bdbrown

    Glad to help 🙂

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