Skip to main content

Removing background color behind tabs

How to remove background color from tabs

A
Written by Annie Novacek

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?