Changing menu tab colors

Discussion in 'Appointway WordPress Theme' started by pupwild, Apr 30, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    I would like my background color to match my tab color, how can i do this?
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li.current_page_item, #menu .ddsmoothmenu li.current_page_ancestor {
    background: #65b20c;}
     
    #menu .ddsmoothmenu li.current_page_item a, #menu .ddsmoothmenu li.current_page_ancestor a {
    background: #65b20c;}
     
  3. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    This works but do you have the code for when there are sub folders in a main folder. Please head to www.bodyandskincarebytamara.com, go to services, and click on body treatments. As you can see, the SERVICES sections is not black, its a weird green color.
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #menu .ddsmoothmenu li.current_page_item a, #menu .ddsmoothmenu li.current_page_ancestor a{
    color:black
    }
    #menu .ddsmoothmenu li.current_page_item a, #menu .ddsmoothmenu li.current_page_ancestor a.selected{
    color:black;
    }
    This will solve your issue.
     

Share This Page