Global css not wordking

Hello,

I’m working on a website with pro and today I noticed that all the global CSS is’t working anymore.

When I Move the global css to the css of a specific page it’s working again but I want it to be Global.

Tried to disable all plugins but with no effect. Hope you can help.

Hi @Timmid,

Thank you for reaching out to us. I checked your site and there is a syntax error (a missing curly bracket of a media query) which is breaking your entire Global CSS (see screenshot)

image

Please find the above CSS and add the missing curly bracket to fix the issue. You can also validate your custom CSS here http://csslint.net/

Hope this helps!

totally missed that. thank you so much!

Hi @Timmid,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.