Where can I find the default CSS for my online shop?

hello

I need a found the shopify default css written.

thanks.

Hello @Seiya420 :waving_hand:

In Shopify Admin, go to Themes > Edit code, you will see all files in your theme.

The default CSS is usually in file theme.scss (or theme.css, theme.scss.liquid, base.scss, base.css, base.scss.liquid, depends on the theme you are using).

For example, the Dawn theme default CSS file is base.css

Hope it helps :ok_hand:

thank you for helping me.

I have completed my problem.