Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author kavingray

    (@kavingray)

    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;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP UI – Tabs, Accordions, Sliders] ui tabs transparent style’ is closed to new replies.