Tagged: enfold
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
Hey krummnagel!
Please use following code instead
.tab {
font-weight: bold !important;
color:#00928b !important;
}
Best regards,
Yigit
Hi Yigit,
now its working. Thanks for that :)
Cheers
krummnagel