Sub menu

Support Area Forums Bottega Sub menu

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://salonsabeha.com/SSWordPress/
  • Author
    Posts
  • #31457
    Robyn Sealock
    Participant

    Under Services, I am going to have two items for sub menus but I don’t like the black background and cluncky look of the drop down menu – how can I change that?

    Sharon

    #31458
    Bill Robbins
    Moderator

    You’re welcome to change the background color of the drop-down menu. Here’s how to do that:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      #navigation .menu li ul {
      	background-color: #ccc;
      	-webkit-box-shadow: none;
      	-moz-box-shadow: none;
      	box-shadow: none;
      }
      
    3. Replace the #ccc with the color you’d like to have as the background.
    4. Update your settings.

    That should change the color for your drop-down menu.

    Take care,
    Bill

    #31464
    Robyn Sealock
    Participant

    That worked. Thanks so much.

    Sharon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Sub menu’ is closed to new replies.