inline CSS are annoying

Hello, I have some inline CSS from <style id='mfn-dynamic-inline-css' type='text/css'>, theses CSS are using images from old development environment, and in production environment I can't find this inline css in order to edit. Like this:

background-image:url(https://dev.mydomain.com/wp-content/uploads/2023/10/hotel6-section-bg3.webp#50)

It should be ...httpd://mydomain.com/.....

Here you have a screenshots from this code:


I want to refresh these images URL, but there is no way to edit this code, the dev domain is not in database and there is no file with this inline CSS.

I've seen there is a way to use static CSS, so I can move these inline CSS into a file in order to edit it, but in the documentation (https://support.muffingroup.com/documentation/static-css/) says this:

"Some changes in Theme Options are saved as CSS and inserted into the head of your website. You can enable the static CSS option and make them a separate file that will create itself, update, and minify each time you save Theme Options.

GO TOWP Admin > BeTheme > Theme Options > Global > Advanced

And turn ON the Static CSS button. That’s it, you successfully set up the Static CSS, your website should be loaded quicker"

But there is no Static CSS button there:


What can I do in order to refresh theses old URL from inline CSS ??

Comments

Sign In or Register to comment.