CSS changes not updating
-
This is a new problem to me. I have searched the site and tried the solutions that seemed to work for others. My edits show in the CSS editor in admin and in the actual file through my webhost, but not on the website.
1) Tried clearing cache and viewed on a different computer.
2) Set User Permissions on the CSS file to 766 then 777Site is TheModernPioneer.com
I am trying to reduce the transparency of the content boxes.So, code change is
/* Main Content ———– */
.content-sidebar #content,
.sidebar-content #content,
.home.page #content {
background: #D3CFB7;
background: rgba(247, 244, 220, 0.8);to
/* Main Content ———– */
.content-sidebar #content,
.sidebar-content #content,
.home.page #content {
background: #D3CFB7;
background: rgba(247, 244, 220);The latter is what I have uploaded (taken out the 0.8) and it just won’t show on the site.
Thanks for any suggestions.
- The topic ‘CSS changes not updating’ is closed to new replies.