[ad_1]
I have been given access to a website to make modifications and the website keeps loading the frontend stylesheet in the backend page editor which makes the WP Bakery TinyMCE text editor basically unusable.
I have searched the functions.php file to try and circumvent it but there is nothing in there loading.
What I have found is that there is JavaScript in the footer section which loads the style.css file in the TinyMCE initialisation in the mceInit {} object:
tinyMCEPreInit = {
baseURL: "...",
suffix: ".min",
dragDropUpload: true,
mceInit:{content_css:"loaded here"}
}
Where is the tinyMCEPreInit initialised and how/where do I modify it?