Viewing 3 reply threads
You must be logged in to reply to this topic.
I have made changes on the css but it’s not showing updating on the website.
I have cleared my browser cache but it’s not updating at all.
I have tried the following steps but nothing happened:
https://www.spanglishwebs.com/force-css-update-wordpress/
I’m trying to update to the style from this:
https://emergencyequipment.us/wp-content/themes/emergencyequipment/style.css
but is showing this:
https://emergencyequipment.us/wp-content/themes/emergencyequipment/style.css?ver=4.8.2
How do I make it so that it will use the current version of the css file?
Hello,
Are you using a child theme? By default the child theme calls first the style.css file you have in it. There is no need to alter functions.php file. Just add the custom style in your child theme’s style.css file.
You can read more about it here: https://codex.wordpress.org/Child_Themes
Best regards!
That’s exactly what I did – adding the css code into the child theme’s style.css file.
For some reason it adds a version number on the css file when loading the site.
https://emergencyequipment.us/wp-content/themes/emergencyequipment/style.css?ver=4.8.2
The code I added is showing fine on the actual file –
https://emergencyequipment.us/wp-content/themes/emergencyequipment/style.css
It’s just that it keeps on using the old cached file.
I wonder where we could change that.
Hello,
Do you have any caching service set up in your server? Please flush the server cache first. So the new copy will be loaded and display.
Let us know.
Best regards!
You must be logged in to reply to this topic.