Hey!
I have been trying to change the background of my home page and the background of the header, I have watched videos on youtube how to do it and all of them was using some code file in the assets which i don’t have. The theme.ccs.liquid can I solve it in an other way or this is the only? Thank you for your time and help.
@andrew7491 - check if you have base.css or styles.css or style.css .. or search css in that search box and check which files are you getting
@andrew7491 - you can add css to it then
so base.ccs is the same as theme.ccs-liquid?
Hi @andrew7491
You can try this by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
Use the tag style can to add the css code you want
For example:
Or you can find base.css, style.css, theme.css, and use CSS code without a style tag
Hope this answer helps.
Best regards,
Victor | PageFly
@andrew7491 yes, both are used to add css to their respective themes and you an add css to both of them, I believe you are using dawn theme
aight, thank you so much. I will try.
1 Like