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; }
This is specifically where I don’t want the image features/previews
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
Perfect, thank you!