Jump to content

Unminified CSS


someone123

Recommended Posts

Hello,

The unminified code is actually SCSS, not CSS - and there are multiple files, which ultimately get merged into theme.css

If you specifically want to remove styles from theme.css, you need to get the uncompiled SCSS code from GitHub, make the changes and compile it to CSS yourself. Here are the links for Classic and Hummingbird.

However, if you want to just add new CSS changes, you can just create a custom.css file in the assets/css directory of your theme and that should be automatically be added to all front store pages, as you can see here

Edited by Andrei H (see edit history)
Link to comment
Share on other sites

On 8/14/2025 at 7:18 PM, someone123 said:

Is there a way to obtain Unminified CSS for the themes?

 

There is no unminified CSS. The theme uses SCSS which is compiled into theme.css. If you need changes use the SCSS sources from GitHub and recompile or create a custom.css file for overrides

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...