Okay
  Public Ticket #777223
changing tab color
Closed

Comments

  • Silvia started the conversation

    Hi there,

    I want to change the tab black color  for "olive green" any help?? Can you teach me please how to do this??'

    Luis

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .tabbed > ul li a.active-tab {
        background-color: #A4CE1C !important;
        border-right: 1px solid rgba(164,206,28,0.6)!important;
    }
    

    This might help write up further Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Thanks


    ThemeNectar Support Team 

  • Silvia replied

    Hi there

    I tried to put the CSS code as you told me, I got some warnings on the editor, please see attached screens

    Any help'

  •  8,994
    Tahir replied

    Hey Again,

    You can ignore those. 

    Bes.t


    ThemeNectar Support Team 

  • Silvia replied

    Thank you!!!!!!

    It works!!! you are a GENIUS!