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

    How do I create a transparent header menu background like this one:

    http://piscorestaurante.com/

    Thank you.

    #340421

    I figured that out, dugh. How do I make it more transparent?

    Thank you.

    #340733

    Hi!

    Please add following code to Quick CSS and adjust as needed

    .av_header_transparency nav.main_menu {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    }

    If that does not work, please post the link to your website

    Regards,
    Yigit

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