Remove post images from grid layout in Page Builder Post Loop Widget?
Hello,
Is there a way to prevent images from showing up in the Grid layout using the PB Post Loop widget? Not all of the posts that I want to include in my query have images, so I just want the grid to show the title of each post with a read-more excerpt. I could also use the Circle Icon layout, but would want all posts to use the same circle icon (not have some show image and some show plain icon). Sorry if this question has been answered elsewhere and I missed it. Thanks for any suggestions!
-Kristen
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Kristen,
Yes. To clarify, what theme are you using? If you’re using Vantage this can be done with some CSS.If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.vantage-grid-loop .grid-thumbnail { display: none !important; }You might also need to install the SiteOrigin CSS Editor.
Yes, I am using Vantage. I just put in the CSS and it works great – thanks for the help!
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.