user3572418
user3572418

Reputation: 1

CSS changes are not reflected in Joomla website

I have a site built around Joomla, It was working fine from the time it was built. But from few days back the css changes in any of the css files are not reflecting in the site. I am able to see all the other UI changes except CSS. I have cleared he cache and checked from different ISP but no result. Can anyone suggest me how to resolve this. Thanks in advance.

Upvotes: 0

Views: 2074

Answers (2)

user3572418
user3572418

Reputation: 1

Sorry for late reply but I found the answer. It is due to enabling CloudFlare in my hosting account. When I reached to my Hosting support they disabled the CloudFlare and everything started working fine and I am able to see all the CSS changes.

Upvotes: 0

Chenasona Ekjon
Chenasona Ekjon

Reputation: 41

I think you are using a Template which uses LESS instead of CSS. If so, see if there are any folder inside "/public_html/templates/your_template/less/" exists or not.

If it exists then you have to create (if it is already not there) a css file named "custom.css"

inside "/public_html/templates/your_template/css/" folder and write your CSS code inside this file.

Joomla will pickup this "custom.css" file at last and your changes will be reflected.

Upvotes: 1

Related Questions