Viewing 1 replies (of 1 total)
  • Choose a unique class name – I have used changethecolor in this example.

    [su_tab title=”Tab name” disabled=”no” class=”changethecolor“]Tab content[/su_tab]

    Then add the following to your custom CSS and change the color to whatever you want and the background if you want to change it also, otherwise delete off the row:

    .changethecolor {
    	color: Black;
    	background-color: White;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Font Color on tabs’ is closed to new replies.