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

    Hi there, is it possible to add some color (white) to the background of my menu buttons, with some transparency included. The 100% transparent buttons don’t work on all my slideshow images. I’m happy with the look of the sticky menu and don’t want to change those. Many thanks.

    #446623

    Hey norwestarch!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top #header.av_header_transparency .av-main-nav > li > a .avia-menu-text {
      background-color: rgba(255,255,255,0.7);
    }

    255,255,255 is the RGB value of the color and 0.7 is opacity level.
    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Cheers!
    Yigit

    #446788

    Thank you so much, worked perfectly, as always your support is amazing!

    #447360

    Hey!

    glad Yigit could help. Let us know when you have some more questions. We are happy to assist you.

    Cheers!
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu button transparency’ is closed to new replies.