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

    Hi enfold team,

    I have a grid layout for a few blog posts, and since none of them have a featured I want to disable the preview picture that’s usually shown above the title in gridview.
    how can I do that?

    thank you

    #1200727

    Hey Rio1,

    Add this to quick css:

    .slide-entry-wrap .slide-image{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1200852

    Hi Jordan,
    great, that worked. thank you!

    #1200883

    Hi,

    Perfect! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove preview picture of blog posts in grid view’ is closed to new replies.