Remove border on selected tabs
-
Right now there is a border on selected tabs and I would like to remove it.
Here is an example page: EXAMPLE
Here is the current CSS we are using to style:
.tabs-shortcode.ui-tabs .ui-tabs-nav, .tabs-shortcode.ui-tabs .ui-tabs-nav a:hover { background:;color:#000000!important; } .tabs-shortcode.ui-tabs a { color:#000000; } .tabs-shortcode.ui-tabs a:hover { color:#3498db; } .tabs-shortcode.ui-tabs { padding:.2em; zoom:1; clear:both; background:#ffffff; color:#000000; padding:0; margin:0; } .tabs-shortcode.ui-tabs .ui-tabs-nav li { background:#3498db !important;color:#000000!important; } .tabs-shortcode.ui-tabs .ui-tabs-nav li.ui-tabs-active, .tabs-shortcode.ui-tabs .ui-tabs-nav li.ui-tabs-selected { background:#7ec247 !important;border:1px solid transparent; color:#000000!important; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove border on selected tabs’ is closed to new replies.