Tabs

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11422
    Phil Man
    Member

    Hello,

    How can the Tabs font color / tab background color be changed?

    Thanks

    Phil

    #11434
    Veena
    Moderator

    Pls use the following custom CSS in themeoptions –

    .tabs a.current {
    color: #333 !important;
    background: #004080;
    }
    .tabs a {
    background: #800000;
    color: #666 !important;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.