Tagged: 

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

    I have my home page with the menu items floating in a transparent menu bar. Is there a way to darken the bar but still keep it translucent?

    #272599

    Hey Albert!

    Try adding this code to the Quick CSS:

    #top .av_header_transparency .header_bg {
        background: rgba(0,0,0,0.5);
    }

    Cheers! 
    Josue

    #272605

    I added the code you suggested within the Quick CSS box under the General Styling section, but nothing happened. I also have the following code above your coding in the same section, and wondered if they could be in conflict:

    .header_color .main_menu ul:first-child > li > a { color: grey; }

    #272607

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

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