Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #164935

    I want to change the color of my tab´s titles and icons, how can I do that? Would it affect other tabs in other pages?

    is it possible to change only the background color of the tab´s title, not all the background.

    Page: http://paisagismoonline-com-br.web22.redehost.com.br/nsite1/como-funciona/#tab-id-1

    Thanks,
    Fabiana

    #165103

    Hello faterra!

    You can use this for the active tab:

    .page-id-21 div .main_color .tabcontainer .active_tab {
    background-color: red;
    color: blue;
    }

    And this one for the inactive tabs:

    .page-id-21 .main_color .sidebar_tab, .main_color .tabcontainer .tab {
    color: red;
    background: gray;
    }

    You remove the body id (.page-id-21) of the page if you want to affect others tabs on other pages.

    Cheers!
    Ismael

    #165281

    Hey ismael,

    Thank you so much. It worked perfectly.

    Best regards,
    Fabiana.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Tab´s title color’ is closed to new replies.