Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #682188

    Hey,

    http://www.idraveller.com

    I don´t want the featured image to be displayed in the Blog Posts element.

    What code shall I add?

    Thanks
    Charlotte

    #682200

    Hi Charlotte! :)

    Please add following code to Quick CSS

    .home #av-masonry-1 .av-masonry-outerimage-container {
        display: none;
    }

    Cheers!
    Yigit

    #682202

    Hey Yigit,

    That code deleted the featured image in the Masonry Element but I want the featured image to be deleted in the Blog Posts element.

    #682224

    Hey!

    Whoopsie, my bad. Please replace the code with following one

    .home .big-preview.single-big {
        display: none;
    }

    Cheers!
    Yigit

    #682242

    Thanks :)

    #682246

    Hey!

    You are welcome, always happy to help :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Don´t display featured image on’ is closed to new replies.