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

    First off, love you and everything you do!!

    I have an issue with displaying blog posts. On one of my pages, I have a Blog Post feed on the Grid Layout that displays blog posts but none them have any images let along featured images attached. I tried the following code but sadly it also take away featuring images from my portfolio posts, which I want to display. Don’t care about the blog post. Code is below, Link in the private content
    .avia-content-slider .slide-image { display: none; }

    #1294053

    This is specifically where I don’t want the image features/previews

    #1294072

    Hi!

    Thanks for contacting us and for your kind words!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .page-id-23 .slide-image {
        display: none;
    }
    

    Best regards,
    Yigit

    #1294202

    Perfect, thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog post grid only hide image’ is closed to new replies.