Find a Class , remove it and replace with some other class Name
jQuery.noConflict(); jQuery(document).ready(function() { jQuery('.owl-wrapper .owl-item .col-lg-4').removeClass('col-lg-4').addClass('col-lg-12'); }); // end ready()