hi,
how can i changed the background color of the TAB shortcode
Thanks
hi,
how can i changed the background color of the TAB shortcode
Thanks
Hi c-m-y-k,
Just add this code in Quick CSS or custom.css:
For the active tab and content background color:
.tab_content.active_tab_content, .js_active #top .active_tab {
background-color: red;
}
or this code, if the above code doesn't work:
.tab_content.active_tab_content, .js_active #top .active_tab {
background-color: red !important;
}
For the inactive tab background color:
.js_active .tab {
background-color: blue;
}
Hope this helps. :)
Regards,
Ismael
helped very much
thanks alot
This topic has been closed to new replies.