Patin
1
I started having a lot of problems on my website. I also noticed that other websites using the same theme are also bugged.
I went in the code and found out that maybe the solution is to convert my scss files to css or css.liquid files, like shopify said.
Problem is, when I try to do so, with online converters, there are always parse errors and I don’t know how to correct them.
I need some help really fast, as customers are’nt going to buy no more, and I’m going to lose some money.
Thanks to anybody can help me.
renus
2
Hi
Do one thing create new new.css file under assist folder go to theme.liquid file add below code before
{{ 'new.css' | asset_url | stylesheet_tag }}
Patin
3
Hello, thank you for your help.
Can you tell me if i did something wrong ? Because it’s not working 
renus
4
it should work add somthing on css file live some css or code Add just below -
{{ ‘styles.scss.css’ | asset_url | stylesheet_tag }}
Patin
5
Where should I add what please ?
I really tried but can’t understand
renus
6
Do add me as staff account will do this and then you can remove
renus
7
its very easy to integrate not required much code
Patin
8
If it’s so simple, why would you require me to add you as staff ?
I’m not sure if I want to give you access.
renus
9
OK i am giving you again step by step
-
create new.css file under assist [ that you already done]
-
go to theme liquid file add below file before
Patin
10
Unfortunately, it didn’t change anything again 
renus
11
You need to write something on css file
Patin
12
Ah yes but that’s what i didnt understand.
What exactly should I put in there ?
renus
13
your new css code which you are adding on style.scss
renus
15
What??? that code you need to put on theme.liquid file
Patin
16
Yes but you also told me to put it there ?
Sorry if I misunderstood
So what do I put there
renus
17
ok my last post new.css file is to write css code hope you know basic css knowledge
Patin
18
That is my question. I want to convert everything that is .scss into css OR into css.liquid
So no I don’t know how to write a whole page in css by myself. I just want to convert.
But your english is really hard to understand
renus
19
just rename .scss file in .css file
Patin
20
It doesnt work
Here is the result of my home page after this change :
So I cancelled