Tagged: , ,

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

    Hi
    Can you help me with the tabs color in quick css?
    I would like to have the background color in the title bar change to #719431, the font to #ffffff and the container with the text to be fill with background color #ffffff.

    I have try with several of the answers in here, but did not solve it :-/

    Thank you in advanced!
    Tina62

    #405179

    Hi,
    I found out how to do this, trying every single answers here in support:-)
    This work with the color I wanted, with the custom css active and in the Quick CSS :

    .your-custom-css-name .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
    background-color: white;
    color: #666666 !important;
    }

    .your-custom-css-name .tab {
    background-color: #xxxxxx;
    color: #ffffff !important;
    }
    Cheers
    Tina62

    #405199

    Hi!

    Thank you for using our theme. Happy, you found a solution.

    Enjoy the theme and feel free to come back.

    Cheers!
    Günter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change tabs title and container background color’ is closed to new replies.