Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #751535

    Hi,

    I’m attempting to make the transparent menu background a light grey so that the menu items, which are while, will show against white images. I will post a link to an example of what I mean, along with my site, below.

    Thanks

    #752110

    Hey Dwimmer,
    Try this code in the General Styling > Quick CSS field:

    #top .av_header_transparency #header_main {
    background-color: rgba(208,208,208,0.5);
    }

    I was not sure how gray you wanted to go, but here is a list of color codes to choose from: https://www.w3schools.com/colors/colors_shades.asp

    Best regards,
    Mike

    #752297

    hi, I like to give the menu in all pages the same transparent background. The transparency being part of the main content. How can I do that.?

    best regards, Jan

    #752644

    Mike – this is not working on my site -new domain: http://www.studio31photos.com

    Thanks

    #755016

    Hi,

    Try adding this css code with Mike’s code and see if it helps:

    #top .header_bg {
        background: rgba(208,208,208,0.2);
    }

    Best regards,
    Nikko

    #755611

    Worked! Thanks!

    #755621

    Hi,
    Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Transparent menu background color’ is closed to new replies.