New Landing How can we help? Themeforest Theme Support Dante How to have colored 'Tour' tabs?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #118887
    celeteweitz
    Member
    Post count: 57

    Hi Support,

    How to have the ‘Tour’ tabs colored, one color for active state and hover and the other for normal state. I will be able to make changes if you direct me to the css. I have found this code

    .spb_tour .nav-tabs li a:hover {
    	background: transparent;
    }

    I understand I can change the background to a color of my choice. But what about the color for normal state of the tabs?

    regards
    celeste

    #118918
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to the theme custom css options.

    
    /*  Active Tabs*/
    .spb_tabs .nav-tabs li.active a {
    background-color: #1F21D8!important;
    color:#fff!important;
    }
    
    /*Normal Tabs*/
    .spb_tabs .nav-tabs li a {
    background-color: #CCC;
    color:#FFF;
    }
    
    

    Change the background color and text color as desired.

    -Rui

    #119450
    celeteweitz
    Member
    Post count: 57

    Hi

    Thnx for the help, issue resolved.

    regards
    celeste

    #119545
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.