Okay
  Public Ticket #445328
Tab color
Closed

Comments

  •  1
    Gilda started the conversation

    How can I change the background of the tabs on this page? They keep showing up white and washed out...

  •  8,851
    Tahir replied

    Hey,

    I see you got them black.

    Thanks


    ThemeNectar Support Team 

  •  1
    Gilda replied

    I know how to change the color of the type. How do I change the color of the background of the tab that is currently white?

  •  8,851
    Tahir replied

    Hey Again,

    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 {
        background-color: #686868 !important;
    }

    Thanks



    ThemeNectar Support Team 

  •  1
    Gilda replied

    Thank you! That works.