New Landing How can we help? Atelier Tab Colour Change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Atelier
  • #253563
    contactstu
    Member
    Post count: 19

    HI guys,
    How do I change the active text colour?

    I’ve used code you shared from a previous similar question, which works for changing text colour for normal tabs but not active. CSS I’m using is;

    /*BOOK A FITTING change TAB COLOUR SCHEME*/
    /* Active Tabs*/
    .spb_tabs .nav-tabs li.active a {
    background-color: #ffffff !important;
    color:#23282D !important;
    }

    /*Normal Tabs*/
    .spb_tabs .nav-tabs li a {
    background-color: #f5f5f5;
    color:#3F3F3F;
    }

    #253567
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .spb_tabs .nav-tabs li.active a, .spb_tour .nav-tabs li.active a {
        background-color: #ff0000 !important;
        border-color: #4ac4e2 !important;
        color: #9b9b9b !important;
    }

    Thanks
    Mohammad

    #253780
    contactstu
    Member
    Post count: 19

    Thanks Mohammad, but this hasn’t worked for me. Background colour changes but I’m still unable to change text colour in the active tab.

    I’m wanting to change; “color: #9b9b9b !important;” to “color: #3f3f3f !important;”

    When I do this in CSS it keeps getting over-ridden so text colour remains as #9b9b9b.

    #253788
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me login detail to check and resolve this issue.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register