[Resolved] Can't remove before pseudo element on page nav

Home Forums Support [Resolved] Can't remove before pseudo element on page nav

Home Forums Support Can't remove before pseudo element on page nav

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1118067
    Alicia

    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;
    }
    #1118075
    Alicia

    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.

    #1118078
    Alicia

    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.

    #1118218
    David
    Staff
    Customer Support

    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.

    #1118703
    Alicia

    I think it was that silly autosave!!

    #1119922
    David
    Staff
    Customer Support

    I find most ‘auto’ things are a pain – glad you got it resolved.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.