Home Forums Basel support forum Visual Composer tabs CSS effect Reply To: Visual Composer tabs CSS effect

#53079

Hello,

Please add this CSS to Theme Settings > Custom CSS

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel {
    -webkit-transform: none; 
    -moz-transform: none; 
    -ms-transform: none; 
    -sand-transform: none; 
    -o-transform: none; 
     transform: none; 
    -webkit-transition: none; 
    -moz-transition: none; 
    -o-transition: none; 
    transition: none; 
}

Best Regards