Code: Select all
/* phpBB3 Style Sheet
--------------------------------------------------------------
Style name: prosilver (the default phpBB 3.2.x style)
Based on style:
Original author: Tom Beddard ( http://www.subblue.com/ )
Modified by: phpBB Limited ( https://www.phpbb.com/ )
--------------------------------------------------------------
*/
@import url("normalize.css?v=3.2");
@import url("base.css?v=3.2");
@import url("utilities.css?v=3.2");
@import url("common.css?v=3.2");
@import url("links.css?v=3.2");
@import url("content.css?v=3.2");
@import url("buttons.css?v=3.2");
@import url("cp.css?v=3.2");
@import url("forms.css?v=3.2");
@import url("icons.css?v=3.2");
@import url("colours.css?v=3.2");
@import url("responsive.css?v=3.2");
@import url("custom.css?v=3.2");
custom.css?v=3.2
, change to custom.css?v=3.2.1
. Upload to your server and purge the cache, when you purge the cache the changes should take effect.that's because css is cached by your browsers cache, not by phpBB cache system. To make changes visible, you need to change the url (which is done by changing the url parameter
?v=3.2
to some other value, as thecoalman already mentioned:This will force your browser to refresh the cached file because it has a different url.thecoalman wrote: ↑Sun Jul 29, 2018 4:12 pmLet's suppose you editedcustom.css?v=3.2
, change tocustom.css?v=3.2.1
.
ctrl
+ F5
)What I said was:canonknipser wrote: ↑Sun Jul 29, 2018 7:15 pmThis will force your browser to refresh the cached file because it has a different url.
Or, simply clean your browsers cache (hitctrl
+F5
)
You can insure your visitors get updated version by editing stylesheet.css before deploying it.
Users browsing this forum: No registered users and 4 guests