How do I make the header transparent

Home Forums All Other Themes How do I make the header transparent

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #115098
    nahumpfrancisnahumpfrancis
    Participant
    • Topics: 31
    • Replies: 67
    • Total: 98
    Member since: August 30, 2018

    Dear Support,

    I want to make my header transparent and look like it in the theme (consulting-pro) demo (the image start from the very top covering logo and menu). Please help me fix it. My Website url is https://soulcreations.net/

    Thank you

    #115113
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .header_wrap.layer_wrapper .header {
        position: absolute !important;
        background-color: rgba(237,237,237, 0) !important;
        z-index: 10;
    }

    Regards,
    Chris

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