Changing CSS, and styles

When I change CSS and styles, changes not showing on exchange.
Should I rebuild image? or run web setup?
How to fix this?

1 Like

How are you changing the css? In the index.css file? Do you rebuild the web afterwards?

I changed through FTP static/css folder.
Should I rebuild afterwards?

You should rebuild it after any changes.

Please also note that you should change scss files directly and not the css. That css is build purposes which is the converted scss files into one css file. So if you only change the css file, it will be overwritten by scss files during the build process.