Line doesn't exist for: Invalid CSS after " }": expected "}", was "" at 10743

I was making an adjustment and when we reloaded our site it is all wonky and I’m receiving the following error:

Invalid CSS after " }": expected “}”, was “” at 10743

The only issue is that line doesn’t exist so I’m not sure where the error lies.

Help!!! Thank you!!!1

Hey @celadon-charles !

It’s always a bit hard to debug without access to the full file, however… it looks as though you may just be missing a closing curly brace.

Add this single character below to the end of your file, and let me know how it goes!

}

YES! That did the trick!

Thank you so much!!!

No worries, all the best!

You saved me 60 dollars. To think an expert was going to charge me that much for such a simple solution. Joke!!! Thanks anyway! I’m so thankful for your help!!

This made me smile. Glad to have helped @Tuttifruitti ! :))

Awesome answer! Fixed my problem in two seconds. Thanks!