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

    Hi,

    I would like to add a tranparency color over the menu line, i.e. a transparent black color, and I also want it to stay in the same color when scrolling down the pages. As it currently stands the transparent color changes to white background, but I would like it to stay in the originally set transparent color.

    Let me know if this is possible in Enfold at all?

    Look forward to your reply.

    Kind regards,

    Ben

    #525991

    Hi SynergyLanguageServices!

    Thank you for using Enfold.

    Try this in the Quick CSS field:

    #top .av_header_glassy.av_header_transparency .header_bg {
        background-color: #000;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    
    .header_color .header_bg {
        background: #000;
        opacity: .8;
    }

    Cheers!
    Ismael

    #526084

    Hi Ismael,

    Thanks, it worked well.

    Kind regards,

    Ben

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘transparency colour over the menu items’ is closed to new replies.