Hi,
I checked in the jquery ui tabs page but i didn' found it.
Is there a way to set the style to transparent 'color' for any the whole tabs box?
Best regards, pescadito
Hi,
I checked in the jquery ui tabs page but i didn' found it.
Is there a way to set the style to transparent 'color' for any the whole tabs box?
Best regards, pescadito
Hi there,
You can modify the entire tabs appearance with appropriate CSS. Check out a minimal style here .
You can use the WP UI included theme "wpui-gene" and "Options page->Style tab->Custom CSS" to fine tune your design.
If you paste this code to Custom CSS on the options page of the plugin, it will work:
.wpui-gene .ui-tabs .ui-tabs-nav li.ui-state-active {
background : transparent;
}
.wpui-gene .ui-tabs .ui-tabs-nav li.ui-state-active a {
color : #921111;
}
.wpui-gene .ui-tabs .ui-tabs-nav li {
background : transparent;
}
.wpui-gene .ui-tabs .ui-tabs-nav li a {
color : #921111;
}This topic has been closed to new replies.