Font changes will not push to live environment
-
I am trying to make sitewide font changes. I have edited my CSS in VSC to the following:
@media (min-width: 1200px) { h1, h2 { font-size: 3.25rem } }
When I push this change (the font-size was 6rem), it takes effect in my Staging environment:
But not in the live environment:
I have pushed the changes to both servers, cleared cache in Kinsta and WordPress, pushed the staging environment to the live environment in Kinsta. There have been other changes made, like swapping out images, and those all update fine, it’s only the font-size changes. I’m aware there could be rogue CSS screwing things up, but then the issue would be present in both environments, right?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Font changes will not push to live environment’ is closed to new replies.