Changing tab color font

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 want to be able to change the text color of the writing of the tab, this is only the text color for the selected page, as you can see, services is in navy blue, i want to make it black
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    #menu .ddsmoothmenu li.current_page_item a {
    color: black;
    }
    This will solve your issue.
     

Share This Page