Changing a certain text color thats not in theme options

When you look at this demo: http://themes.muffingroup.com/be/birthday/
When you scroll down to the #MENU part, then on the right you see tabs. The selected tab item is yellow, and the other tab items are #444444 so you can hardly see them, I want the color of the unselected tabs to be #ffffff . How do i do this? I looked into theme options but i couldn't find it.

Comments

  • Sorry I already found out.

    If someone wants to know, its this css:

    .ui-tabs .ui-tabs-nav li a, .accordion .question .title, .faq .question .title,
    table th {
        color: #fff;
    }
Sign In or Register to comment.