Hi guys,
as with this old thread (https://kriesi.at/support/topic/remove-date-and-comment-count-from-blogposts/), I’d now need to remove the date and comment count from the following blog page (I just turned it to grid style from its original layout):
http://vacationrentalsecrets.com/blog/
If I untick the option in the Enfold settings nothing happens, so I’d probably need some quick CSS to do just that.
Also, how do I make sure the page displays 9 or 12 or a number of posts that fill in the page space evenly, rather than the way it looks now AND show the ‘read more’ link below each description? If you look at it, it displays 10 posts and leaves a lot of blank space. I would at least like to have the page shows 3 posts on each row, so a multiple of 3 will do.
Thanks.
Antonio
Hey Antonio!
1- Please add following code to Quick CSS
.slide-meta {
display: none;
}
2- Please go to Settings > Reading > “Blog pages show at most” and set it to 9 or 12.
Best regards,
Yigit
Thank you Yigit!
Problem solved :)
Antonio