CSS changes only

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi

I would like to make small css changes to my Nop installation. (4.10)
I have already bought a theme, and i dont want to create a new theme or plugin.
I would like my changes to only be in one single css file, so I can easyly upgrade.
I dont want to edit existing files.

How can i do this?

Best regards,
Axel
5 years ago
You can create a new css file named as custom.css and place this like below:

Presentation/Nop.Web/Themes/{your-new-theme}/Content/css/custom.css

And finally you make a link for the new css file in your theme.

Thanks,
nopValley
5 years ago
Hi

I dont have any themes in my source code.
The only css file here is the "Presentation\Nop.Web\wwwroot\css\install\styles.css"
Can i place a css file next to this file, and will it be part of the minified global css then?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.