Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #198393

    Hey guys –

    I asked previously about changing header opacity, and for the fixed header, it worked. The same does not work for a non-fixed header. What do I need to do to adjust the non fixed header opacity, keeping in mind that the logo and navigation should remain 100% visible.

    http://codelessme.com/keresy

    Thanks.

    #198414

    Hi David!

    Your header background is already transparent. Please add this on your custom.css or Quick CSS to move the content upwards:

    #main {
    margin-top: -80px;
    }

    Cheers!
    Ismael

    #198439

    Perfect!

    Solved

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold > non-fixed small header > transparency’ is closed to new replies.