• On the category page that contain a summary of each category post, how do you remove the featured image from being displayed in each post summarywithout removing the featured image from the original blog post?

Viewing 1 replies (of 1 total)
  • Thread Starter mindos

    (@mindos)

    Put this style in your css child theme,

    .category .thumbnail-link {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove featured images from category pages’ is closed to new replies.