Options

Change Menu Backgound Color - smugmug.com

ArooonArooon Registered Users Posts: 1 Beginner grinner
edited January 28, 2014 in SmugMug Customization
Hi, Please help me to change my site menu bar background color. I tried giving the background color to green in for the below property in Custom CSS. by going to Customize >> Customize Site >> Entire Site >> Themes >> Advance >> Custom CSS

id="yui_3_8_0_1_1390898266229_307" class="sm-page-layout-row yui3-g"

Please help me how to fix this.

Arooon

Comments

  • Options
    Sir_EagleSir_Eagle Registered Users Posts: 137 Major grins
    edited January 28, 2014
    Try this:
    /*CHANGE COLOR OF DROPDOWN MENU BOXES*/
    .yui3-menu-item>.yui3-menu-label, .yui3-menu-item:last-child >a.yui3-menu-label {
      background-color: rgba(45, 25, 27, 0.9);
      }
    
Sign In or Register to comment.