Archived topic
Can't remove before pseudo element on page nav
5 replies · Started by Alicia on December 30, 2019
I'm trying to remove the :before pseudo element and replace with :after. I can't seem to get the :before to go away.
I've got this:
.nav-next .next:before {
content: none!important;
display: none!important;
}
The problem appears to be some sort of caching that I can't debug. I can see my changes in Customizer preview, but not on front end.
Something very strange with the Customizer. When I hit customize from Frontend to customize specific post, got a weird autosave message, and url had ?autosave attached. Once I removed that I saw my changes on frontend.
Hi there,
WP autosave can be a little bizarre on occasion.
Worth checking that when making Customizer changes that you are viewing the published URL and not ?preview or ?autosave before hitting customize.
I also notice with WP 5 - the Save as Draft option in the Customizer randomly kicks in. Which can be very frustrating.
Hope that helps.
I think it was that silly autosave!!
I find most 'auto' things are a pain - glad you got it resolved.