I have inherited a work for another developer, it is a website made with WP Bakery Page Builder and I have to fix some design issues.
The thing is that the other developer add some custom css code that I don't find in the backend.
It is generated as inlince css in the index.php. Looks like this.
<noscript><style type="text/css">body .wpex-vc-row-stretched, body .vc_row-o-full-height { visibility: visible; }</style></noscript><style type="text/css" data-type="vc_shortcodes-custom-css">.vc_custom_1530389595419{padding-top: 5% !important;padding-bottom: 5% !important;}</style>
I have problems with these vc_custom_* classes, I want to remove all of them.
Can you guys help me to find these mysterious css?
Thank you so much.



WP Bakery Page Builderwas called. Inside the pages where you have your content structured with the Page Builder, check the rows/columns that have custom style set to them from the add styles tab. I don't remember how is it called exactly but open the 'edit' column/row window and it's the last tab i think. And by removing those styles thevc_customclass names will disappear