any help, please!
I want to change my all website page’s color to make them gradient colors like the pic I attach, anybody can help me how I can edit the code to make it possible I
spent too much hours trying do this
any help, please!
I want to change my all website page’s color to make them gradient colors like the pic I attach, anybody can help me how I can edit the code to make it possible I
share your store url
what is that mean?
which url?
Hi @ghader ,
You can follow the instruction below:
body {
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 33%, rgba(0,212,255,1) 100%);
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
I couldn’t find themeRtl.scss.css, I am using basel theme
can you tell me where I should put this code?
@ghader just click on Action → edit code then you will see all files on left side go to assets folder there you will see this file themeRtl.scss.css
no there is no file named like this
Hi @ghader ,
You can try find file “theme.liquid” → Then, find “” and add below code before :
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.