Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello there,

    As checked, it seems likely you’re using an extra modul for your blog grid. There should be an option to hide/show for the same in there.

    In case you aren’t able to find that option, add the below CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    .uagb-post__date {
      display: none;
    }
    

    Stay safe.
    Have an excellent day ??

    Regards,
    Kharis

    Thread Starter websitecreationworkshop

    (@websitecreationworkshop)

    Hi,

    I have the box checked in the customizer to hide the date on my single posts and that is working.

    I am trying to get rid of the date and author on the actual blog page:
    https://wpplants5.com/christina/blog-2/

    The above CSS did not work.

    I am not using Elementor. Just regular WordPress and Sydney.

    Thanks.

    Thread Starter websitecreationworkshop

    (@websitecreationworkshop)

    This worked:

    /* remove date and byline from the blog page */
    span.posted-on {
    display: none;
    }
    .group-blog .byline {
    display: none;
    }

    Thread Starter websitecreationworkshop

    (@websitecreationworkshop)

    This is solved.

    Hello there,

    I hope you’re doing well today.

    ?Please accept my apologies for the delay in response. I really appreciate your patience.

    Thank you for sharing the code. I am glad to hear that you resolved it by yourself.

    Stay safe.
    Have an excellent day ??

    Regards,
    Kharis

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide Dates on Blog Page’ is closed to new replies.