CSS not saving after Save and Publish
-
I am using the Shine On theme, and I’m trying to get rid of the background elements right below the menu, and at the footer. I have found a way to get rid of them in CSS (or at least I think so, since they are gone in preview), but the changes don’t save when I hit “Save & Publish”. I have cleared my cache, and tried all of the other tips I have read so far. What can I do?
The blog I need help with is: (visible only to logged in users)
-
Hi there, I’m not sure what code you were using, but typically when it gets stripped out, it means there is a syntax issue. I’ve not seen any other reports of issues saving CSS. I went into your customizer and added the following custom CSS, which hides the background below the menu and in the footer. I’ve left that code in your customizer.
.site-header::after, .site-info { background: none; }
- The topic ‘CSS not saving after Save and Publish’ is closed to new replies.