Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #872213

    Hi,
    I am looking to change both the background and font colour of tabs.
    I have tried this code that works for the background but not for the font colour.

    div .main_color .tabcontainer .active_tab {
    background-color: #1ba4bf;
    color: #ffffff;
    }
    .tab {
    background-color: #4bbb17;
    color: #ffffff;
    }

    Any help would be really appreciated.

    #872449

    Hey alanfeenan,

    Could you post a link to where we can see the element in question so that we can take a closer look please?

    Best regards,
    Rikard

    #872594

    I have put the link below

    Thanks Rikard

    #872903

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    div.tab, div.tab span {
      color:white !important;
    }

    Best regards,
    Rikard

    #875461

    Hi Rikard,

    Sorry for the long delay. This worked perfectly.

    Thank you

    #875477

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

    #875479

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to Change background color & font colour of tabs.’ is closed to new replies.