Change Tab Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7316
    wyes
    Participant

    Hi Team Support,

    Is there any way to change tab color on here:

     photo 1.png

    For example: I want to change the tab color to red.

    Thank you

    #7318
    Support Team
    Keymaster

    Hello @wyes,

    To change the color of Book Now button use below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .wp-travel.trip-headline-wrapper .wp-travel-booknow-btn {
        color: #302777;
        background: #F44336;
    }

    Now to change the color of the tab use below given CSS.

    .wp-travel-tab-wrapper .tab-list.resp-tabs-list li {
        background: #F44336;
        color: white;
    }

    Lastly to change the color of active tab use below given CSS.

    .wp-travel-tab-wrapper .tab-list.resp-tabs-list li.resp-tab-active {
        background: #96423c70;
    }

    Here in all above-given CSS, you can change the color code as per your requirement.

    Hope this helps.

    Let us know if you have any confusion further.

    Best Regards!!

    #7336
    wyes
    Participant

    Hi Team Support,

    Nice. Thanks for your help

    #7342
    Support Team
    Keymaster

    Hello @wyes,

    Glad we could help you.

    If you have any issues further then please let us know.

    Thank you.

    Best Regards!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.