Quote:
Originally Posted by Scalemotorcars
Never mind I figured out a way that seems to work
In vbcms_widget_cmsfcs_page I commented out every css attribute that included ui-tabs-nav.
Then at the top just below <style type="text/css">
I added this.
.ui-tabs-nav {
display: none;
}
|
Thanks, just added it to additional.css and that works also. Not needed to comment out anything