Why is my Dawn theme missing theme.css or theme.scss.liquid for parallax effect code?

why does my dawn theme not have theme.css or theme.scss.liquid in the assets? I’m trying to do parallax effect on my website but not sure where to place the coding for it? Can someone please help me!

Dawn has divided the CSS up in to separate files now, so you only load the CSS for the relevant sections that you are using. base.css is a shared file that get’s loaded on every page, so you could probably put your code there. If you are following a guide or something for a different theme though I wouldn’t count on it working unless you prepared and able to modify the code, Dawn is quite different to legacy Shopify themes.

2 Likes

Thank you! You’ve helped me a lot, I’ve been struggling with the same issue yesterday. I’ve put my code in the base.css folder but now my code also appears in the footer just as text. Do you know if there’s a way to remove it? Or would you recommend to put this code individually in each section of the website instead of the base folder?