CSS changes I make are not appearing on the front end.

1349 views

This is almost always a caching issue. Clear in this order: (1) PrestaShop cache: Advanced Parameters → Performance → Clear cache. (2) If using CCC (Combine, Compress, Cache): disable it, clear cache, make your changes, re-enable CCC. (3) Browser cache: Ctrl+Shift+R for a hard refresh, or clear browser cache entirely. (4) If your host uses Varnish, Cloudflare, or another CDN: purge that cache too. (5) If using OPcache with validate_timestamps=0: restart PHP-FPM.

Learn more: PrestaShop performance and caching.

Was this answer helpful?

Still have questions?

Can't find what you're looking for? Send us your question and we'll get back to you quickly.

Loading...
Back to top