Tab transparent
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!
Comments
please show us on screenshot what exactly you want to do and also please send us url to page where you want to do this and then we'll have a look on it.