Changes don’t show up after saving
-
I am trying to make a very minor change to the header that runs sight wide. To make the change all I am doing is adding an additional class to a container div and adding some CSS to the custom CSS section inside the Customize section in the WordPress admin area.
The problem I am having is that the changes in the index.php file for my theme are visible through the editor in WordPress and through FTP, but when you view source on the main page, the changes aren’t there.
I’ve cleared the cache on my browsers as well as checked and cleared the server cache for my site as well, and the issue persists.
The change I’m making is from this:
<!-- Hero content --> <div class="container"> <div class="row blurb">
To this:
<!-- Hero content --> <div class="container w-100"> <div class="row blurb">
No matter what I add to the code, the site just doesn’t see the updates. I’ve dug through everything I can find and don’t see that bit anywhere but in index.php.
I’m using Chrome as my main browser but I’m also testing in Firefox and Safari.
Any idea why nothing would update?? Thanks!
The page I need help with: [log in to see the link]
- The topic ‘Changes don’t show up after saving’ is closed to new replies.