CSS changes not updating in browser until hours later
-
I'm trying to change the font color on the main page. The changes I make do not show up in the browser(CHROME) untill hours later!
What i have done: in qloapps under performance-> cleared cache.
-> turned caching off
-> cleared cache
-> Force compilation
->saveIn browser cleared cache last 7 days
in browser disabled cache in developer mode
in browser refreshed page & forced refresh
Code changes ie color does not change.
But if I wait and refresh the page a few hours later color now shows with the new color.Not sure what to do now, as trying to refine the site is not feasible with this behavior.
Changes made in file ........./modules/hotelreservationsystem/views/css/HotelReservationFront.css
.header-hotel-name {
font-size: 55px;
font-weight: 400;
margin-top: 5px;
margin-bottom: 25px;
color: #32a852;
} -
RESOLVED
Caching was being done by the third party SSL provider.
-
@steve Great to hear your issue is resolved.