How to fix an asset code error in Blockshop theme?

I’m facing a problem with my website. There has been a change in the theme.scss liquid file. It’s showing that there is a wrong code embedded as listed in the screenshot attached. my theme is Blockshop. I want to restore the initial asset file so my website could function properly again. Any advice?

@JovialityStore

This is css error please check start and end barcket in theme.css or theme.scss.liquid file . i think some bracket is missing and show error.

Thanks!

Hi @JovialityStore ,

If you still have the latest version of Blockshop theme, you can go to Assets > theme.scss.liquid file, then copy the entire file and paste it into your theme.
It’s the simplest way.
Or you can also go to Assets > theme.scss.liquid file of your theme then go to line 12987. There was an error at this line or near it, you can check the error or take a screenshot of the code and send it to me.
I will check it.
Hope it helps!

This is a screenshot of the current code. I copy pasted the code from a copy of the theme, and still when I open the editor I find an error above the announcement bar as it shows in the picture below

Any advice on how I can eliminate it?

@JovialityStore - this error is occurring since your theme not able to get file products-descriptions-init.liquid file , please check where are you mentioned this file, it is the place which is throwing the error. you need to remove this line or add accurate file name

Hi @JovialityStore ,

With the error of the 2nd screenshot, it says file not found: products-descriptions-init.liquid

So you need to go to layout/theme.liquid file, find ‘products-descriptions-init.liquid’ and remove code:

{% include ‘products-descriptions-init’ %}

Hope it clear to you.