Tagged: blog posts
Is it possible to hide the images completely in the Blog Posts or Posts Slider content element? My goal is to add just a list of my recent posts in text format (title, date, and optionally excerpt) on the home page, but without any images.
Example: just a simple list without images:
Post Title 1
mm/dd/yy
Post Title 2
mm/dd/yy
Post Title 3
mm/dd/yy
Hi,
What type of Blog Style do you have? You can add this on your custom.css or Quick CSS.
.page .big-preview.multi-big, .page .small-preview {
display: none;
}
Regards,
Ismael
I was trying the various options in Blog Posts, Posts Slider, and even the posts widget, but they all had images.
I will use your CSS to hide those images. Thank you.