Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #291599
    thesaudiseeker
    Participant

    Hello,

    Could someone please support me with the needed CCS to remove the date that automatically appears when I publish my posts. I usually add a subtitle in my posts I would like to remove the date that separates the title from the subtitle.

    I hope I am clear.

    Thank you

    #291607
    Skandha
    Participant

    @thesaudiseeker: Hello there,
    To remove the date
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .single-post .posted-on {
        display: none;
    }

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

    #291630
    thesaudiseeker
    Participant

    Hey brother,

    it worked.

    Thank you so much

    #291674
    Skandha
    Participant

    @thesaudiseeker: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-sketch/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

    #294858
    thesaudiseeker
    Participant

    Hello Skandha,

    I actually had tried to leave a review, however, it seems I do not have an account with wordpress.org so I was not able to. Sorry for that.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Removing date stamp underneath the title of all published posts’ is closed to new replies.