Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #185907
    RSteinman
    Participant

    Hello- When I chose Catch Vogue I didn’t realize every time I posted that a calendar symbol and date would appear at the top of the page. You can see an example here:

    https://writenowrachel.com/contact-write-now-rachel/

    How do I remove the black calendar symbol and red date from my current pages and for my future blog posts?

    Thank you so much in advance for any guidance you are able to give.
    Sincerely,
    Rachel Steinman

    #185922
    Skandha
    Participant

    @rsteinman: Hello Rachel,
    To remove the calendar icon
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .page .posted-on a::before {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the black calendar symbol and red date’ is closed to new replies.