Hello Epic Kriesi Support Team – How can I give the inactive tabs at http://thebailorgroup.com/jonathan-bailor/#tab-id-4 a transparent white background color so that the tab title’s are visible. Please see http://thebailorgroup.com/wp-content/uploads/2013/08/enfoldTabs8.4.13.png
Thanks for everything!
Hi!
Use following css code:
.js_active .tab_titles .tab {
background-color: #333;
}
You can also use a rgba value ( http://hex2rgba.devoth.com/ ) if you want to have a semi-transparent background.
Regards,
Peter
Perfect! Thanks Dude!