Hi,
I need to make transparent the "Tab (horizontal - centered tab)" and change the font used in the title tabs, what CSS code should I use?
I'm using this:
.ui-tabs .ui-tabs-nav {
background-image: none !important;
border-width: 0px !important;
}
.ui-widget-content {
background: none !important;
border-width: 0px !important;
}
but I don't know how to make transparent the cards with the title and change the font of the title.
Thanks!