Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25492

    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

    #127167

    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

    #127168

    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.

    #127169

    Hi,

    Let us know if it works.

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog Posts or Posts Slider Hiding Images’ is closed to new replies.