Custom CSS keeps disappearing
-
Every time I add a custom CSS code in, after few hours it’s no longer there and I have to add it again to make things happening.
Any idea what might be causing this?
The blog I need help with is: (visible only to logged in users)
-
Are you on the Premium or Business plan? For CSS to stick, you should be on these paid plans.
If the above is clear, there could be a few reasons.
1. Are there any errors in your code?
2. Is the code mistakenly being wrapped inside comments? Remove everything in the CSS customizer and then paste your code there.We can check the code for errors, please post the entire CSS code here, wrapped in code tags. (wrap it the code button that you see in this editor.)
-
Yes, we have premium account.
There shouldn’t be any errors, but here’s the CSS:
.latest-posts-header, body.home .hentry, body.blog .hentry, body.search .hentry, body.archive .hentry, .entry-categories, body.single .entry-header, body.page .entry-header, body.attachment .entry-header, .page-header, .comments-title, #reply-title, .widget-title, .widgettitle { border-bottom: 1px solid #f35d2c; } .main-navigation { border-top: 1px solid #f35d2c; clear: both; display: block; float: left; margin-top: 1em; width: 100%; } -
valotaliveblog.wordpress.com – is this the blog in question?
If so, it’s using Ryu theme, and some of the selectors in your code don’t apply to it. For example, I couldn’t find .main-navigation class in its code. Same for .latest-posts-header.
If you add the CSS code above with Ryu theme selected, you won’t see any changes. If you want any particular modifications in the theme, you can post here and one of the volunteers or Staff can help in getting the right code.
- The topic ‘Custom CSS keeps disappearing’ is closed to new replies.