• How do you remove Author and Date from All blog pages with the WEN Associates template.
    All the relevant boxes in the dashboard are unticked but the author and date stilll shows. I want to hide them.
    I have tried screen options and ‘Edit’ via ‘bulk update’ nothing works.

    Any suggestions welcome!

Viewing 1 replies (of 1 total)
  • Hello @sivota,

    To remove the author date from the blog page use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .blog .entry-meta {
    display: none;
    }

    If you want to remove them from other pages as well, please write back to us .

    If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.

    https://themepalace.com/forum/wen-associate/

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Author and date’ is closed to new replies.