Change b/g on menu

  • Author
    Posts
  • #91996

    Hi,

    Is there a way to make the background on my drop down menu list slightly transparent? Thanks.

    Website: puristatopfive.com

    #92301
    Zed
    Cryout Creations mastermind

    That can be done with custom styling:

    body #access ul.sub-menu li a, 
    body #access ul.children li a {
        background-color: rgba( 255, 255, 255, 0.7 ); /* adjust the value as desired */
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #92427

    Great thank you!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Change b/g on menu’ is closed to new replies.