Make featured images on list post view of the same size

This topic is empty.

Viewing 1 reply thread
  • Author
    Posts
    • #2445


      Masha
      Guest

      We are using the free Purea magazine theme and it is a very enjoyable theme. There are some edits we would like to get help with.

      1. Featured images on list view have different height. How to make them all auto-adjust the image to be same height as it does for width?

      2. How to apply custom font in video / image caption. Current default looks too large.

      3. How to remove “Posted on:”, but only display the date with clock icon. Throughout the site: Single post and post list.

      4. How to remove Posted by and Comments from post lists on categories/archive views and search results.

      Thanks for the help in advance!

    • #2446


      Spiracle Themes
      Guest

      Hi Masha
      Hope you’re doing well 🙂

      1) I need more info on this, Are you referring to the blog list page?
      Do you have any live URL?

      2) You can use CSS to decrease the font size. But we need a URL for this also so that we can provide you specific CSS for that.

      3) For this use the CSS below

      span.meta-item.date,
      .meta .date-single {
      	display: none;
      }

      Copy & Paste it in Appearance -> Customize -> Additional CSS

      4) Add this CSS also to Appearance -> Customize -> Additional CSS

      .archive .meta .meta-item:nth-child(n+2),
      .search .meta .meta-item:nth-child(n+2) {
      	display: none;
      }

      Best Regards

Viewing 1 reply thread

Reply To: Make featured images on list post view of the same size

Your information: