Sorry if this is a relatively easy question, still quite new to Umbraco so apologies if someone has already asked and provided an answer for this!
I'm working off a build of the site with Umbraco v6.1.5 - and tried changing the CSS within the theme originally created for the site. But doesn't matter what changes I make in the CSS it doesn't update to the live site.
Not sure if theres a hidden file cache? or a delay to update to the live site. But any advice appreciated!
Just to note, css changes are saved and uploaded via ftp, path for the file is correct and linked to the right file.
Update to theme css not appearing
Hi All,
Sorry if this is a relatively easy question, still quite new to Umbraco so apologies if someone has already asked and provided an answer for this!
I'm working off a build of the site with Umbraco v6.1.5 - and tried changing the CSS within the theme originally created for the site. But doesn't matter what changes I make in the CSS it doesn't update to the live site.
Not sure if theres a hidden file cache? or a delay to update to the live site. But any advice appreciated!
Just to note, css changes are saved and uploaded via ftp, path for the file is correct and linked to the right file.
Thanks
Hi Morishikiq and welcome to our.
First if you try to navigate to the CSS file in the browser on the server, does the file have the changes that you did to the file?
If this the case have you then tried to clear your browser cache to make sure that the site are loading the new CSS file.
Hope this helps,
/Dennis
To force all visitors to see the new CSS tack on a url parameter in your "master" template where the CSS is referenced.
I tend to use the date (so I remember when I last did it!).
e.g.
Becomes:
This makes any visitor's browser that thinks it already has a copy of the main.css fetch the latest version.
Hi Dennis & Steve,
Thank you both for your suggestions!
I've finally found out why it wasn't working and it had nothing to do with Umbraco at all....
But appreciate all the help!
is working on a reply...