someone123 Posted August 14 Share Posted August 14 Is there a way to obtain Unminified CSS for the themes? Link to comment Share on other sites More sharing options...
WebCommercify Posted August 15 Share Posted August 15 (edited) Hello, Did you try to enable CCC for Css in Performance tab? Edited August 15 by WebCommercify (see edit history) Link to comment Share on other sites More sharing options...
someone123 Posted August 15 Author Share Posted August 15 theme.css is minified is there a way to obtain it unminified? It allows for easier editing! Link to comment Share on other sites More sharing options...
Andrei H Posted August 15 Share Posted August 15 (edited) 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 August 15 by Andrei H (see edit history) Link to comment Share on other sites More sharing options...
someone123 Posted August 15 Author Share Posted August 15 Thank you. Thats very kind sir. Link to comment Share on other sites More sharing options...
Mehdi Bourechka Posted August 15 Share Posted August 15 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 More sharing options...
someone123 Posted August 17 Author Share Posted August 17 Thank you sir Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now