Okay
  Public Ticket #1205168
Font color on Salient tabs
Closed

Comments

  • sheffuniprint started the conversation

    Hi there,

    I am new to Salient and getting on very well but just have a query. I have inserted tabs on one page and managed to change the background color to purple because this is the color coding of that part of the site. However, I need to change the font color to white instead of the default grey. 

    I have tried putting the following into the custom css but to no avail, except being able to change the background color.

    .tabbed > ul li a {
        background-color: #504696 !important;
    font-color: #ffffff !important;
    }


    Any help would be greatly appreciated.

    Thanks,

    Lee

  •  2,744
    Andrew replied

    Hi there,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    .tabbed >ul li a {
        color: white!Important;
    }

    I hope this helps 

    Cheers! 

  • sheffuniprint replied

    Thanks Andrew,

    That has worked perfectly.

    Lee