Tagged: 

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

    Hi,
    im trying to modify my tab titles to a custom color and to font-weight:bold but only “bold” is accepted.
    I`d like to have all tab_titles colored not only .js_active .active_tab

    I tried this custom css code:

    .tabtitlecolor {
    font-weight: bold;
    color:#00928b;
    }

    but it doesnt work for the coloring. Any ideas/suggestions would be appreciated.

    thank you

    • This topic was modified 8 years, 8 months ago by krummnagel.
    #591676

    Hey krummnagel!

    Please use following code instead

    .tab {
    font-weight: bold !important;
    color:#00928b !important;
    }

    Best regards,
    Yigit

    #592241

    Hi Yigit,

    now its working. Thanks for that :)

    Cheers
    krummnagel

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘tab_titles custom color & font-weight’ is closed to new replies.