Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #145637
    djsteve
    Participant

    for the home page recent posts, category pages, etc.. the thumbnail by default have the date plastered on top of them. I want to either remove that, or change it to the post name, or custom field. How to? What theme file has this?

    #145643
    tikaram
    Keymaster

    @djsteve : If you would like to remove the date and meta information form the thumbnail add the following additional css.

    .archive-post-wrap .post-thumbnail .entry-meta {
    	display: none;
    }

    If you want to change it to post name or something else, you will need to create a child theme and customize the site as desired. If you do not have knowledge of child theme customization you may hire a customizer to get your site customized

    Regards,
    Tikaram

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘meta posts thumbs missing / change’ is closed to new replies.