Make featured images on list post view of the same size

M Started by Masha · June 28, 2021 at 6:53 am · 1 reply 0 voices Last reply 5 years ago
M
Masha Original poster Member
#1

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!

ST
Spiracle Themes Original poster
#2

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

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to Make featured images on list post view of the same size

By posting, your reply becomes public (unless marked private).