Tabs Widget Styling (color tabs)
-
Inactive Tab color and Active Tab color
need background color tabs. And border-radius, and box-shadow.Example
.so-widget-tabs-tabs-style-b41bf133b77c .tab .current a { color: #FF1F1F; background: #F9F9F9; border-radius: 8px 7px 0px 0px; box-shadow: 0px 1px 4px 1px #888686; margin: 0px 5px; } .so-widget-tabs-tabs-style-b41bf133b77c .tabs_item { display: none; /*padding: 15px;*/ padding: 5px 0px; }.so-widget-tabs-tabs-style-b41bf133b77c .tab .current a { color: #CA8809; background: #FFAE00; border-radius: 8px 7px 0px 0px; box-shadow: 0px 1px 4px 1px #ADADAD; margin: 0px 5px; } .so-widget-tabs-tabs-style-b41bf133b77c .tabs_item { display: none; /*padding: 15px;*/ padding: 5px 0px; }
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘Tabs Widget Styling (color tabs)’ is closed to new replies.