Skip to main content

Removing background color behind tabs

How to remove background color from tabs

Bekah K. avatar
Written by Bekah K.
Updated over 5 years 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?