• Hi, i need advice on how i can change the text color for the tabs; facebook comments, and default comments. It currently shows white color on black background when it is not selected, which is fine, but the selected tabs cannot be seen because the colors are set as black on black background.

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi,

    You can add following CSS in Custom CSS option at plugin options page to change text color of tabs.
    For the tabs which are not active:

    ul.heateor_sc_comments_tabs li a{
        color: #aaa !important;
    }

    For the tabs which is active:

    ul.heateor_sc_comments_tabs li a.heateor-sc-ui-tabs-active{
        color: #aaa !important;
    }

    Replace #aaa in above CSS with the required color.

Viewing 1 replies (of 1 total)
  • The topic ‘text color for tabs’ is closed to new replies.