Page 1 of 1
css styles doesn't update
Posted: Thu Mar 14, 2024 8:22 pm
by edkny
I have a opencart website, version 3.0.3.9
I tried to change default colors, but when I reuplod the stylesheet.css nothing updates
I use the default theme, and I edited catalog/view/theme/default/stylesheet/stylesheet.css file
Re: css styles doesn't update
Posted: Thu Mar 14, 2024 9:58 pm
by IP_CAM
Did you clean out your Modification Cache Section first, before trying ...?
Re: css styles doesn't update
Posted: Thu Mar 14, 2024 11:08 pm
by paulfeakins
edkny wrote: ↑Thu Mar 14, 2024 8:22 pm
I have a opencart website, version 3.0.3.9
I tried to change default colors, but when I reuplod the stylesheet.css nothing updates
Clear your caches!

Re: css styles doesn't update
Posted: Fri Mar 15, 2024 1:57 pm
by edkny
Thank you for answers, and yes, I cleared all the caches, my cache folder is empty and I cleared caches in my admin dashboard too

But still nothing changed
Re: css styles doesn't update
Posted: Fri Mar 15, 2024 4:04 pm
by ravikumar22
edkny wrote: ↑Thu Mar 14, 2024 8:22 pm
I have a opencart website, version 3.0.3.9
I tried to change default colors, but when I reuplod the stylesheet.css nothing updates
I use the default theme, and I edited catalog/view/theme/default/stylesheet/stylesheet.css file
This could be due to following reason.
1. your css code is being override by other same class css. you can make your CSS as !important so that it will get priority to apply the CSS.
2. make sure after clearing the cache you use inconginto . some time browser cache doesn't show exact reasult.
Re: css styles doesn't update
Posted: Mon Mar 18, 2024 10:17 pm
by paulfeakins
edkny wrote: ↑Fri Mar 15, 2024 1:57 pm
Thank you for answers, and yes, I cleared all the caches, my cache folder is empty and I cleared caches in my admin dashboard too

But still nothing changed
Give us a URL then to investigate further?