Removing background color behind tabs

How to remove background color from tabs

Katrina Grein-Topken avatar
Written by Katrina Grein-Topken
Updated over a week ago

You will need to add the following codes to the CSS of your website:
​
.k_jquery-ui .ui-widget-content {background:none;}
​
​
.k_jquery-ui .ui-widget-header { background: transparent none; }

Did this answer your question?