Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #660630

    Hi there

    I’d like to make my “Transparent and glassy header” slightly less transparent, so that the nav bar text can be seen more easily over the image in the background.

    Screen shot here: https://www.dropbox.com/s/cumit13fzbe9yit/Nav%20bar.JPG?dl=0

    Could you please let me know what CSS to change, to achieve this?

    I can’t seem to find the right CSS using the Inspect tool :)

    Thanks
    Fleur

    #660643

    Hey Fleur,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    Change 0.5 at the end to alter the transparency value which will suit your design.

    .header_color .header_bg{
       background-color: rgba(255,255,255,0.5);
    }
    

    If the above code don’t work please provide a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Vinay

    #660759

    Hey sorry that one didn’t work… Link to site and login below.

    #661413

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .av_header_glassy {
        background: rgba(255,255,255,0.5)!important;
    }
    

    Best regards,
    Yigit

    #661571

    Perfect, thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Nav bar transparency’ is closed to new replies.