Change Post Grid Border
Is it possible changing the border of the thumbnails qhen using grid layout in blog page?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.
Is it possible changing the border of the thumbnails qhen using grid layout in blog page?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
3Hi Antonio
You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
/* Grid Loop */ .vantage-grid-loop article .grid-thumbnail { border-color: #00000; }Edit as required.
You might also need to install the SiteOrigin CSS Editor.
Nope, this is not working. I have set the border to red #c73a3a and if I wirte the abovementioned css, it just displays a thin red line in the border, but I would like to change the wide white border of the thumbnails…
Sure :) No problem. The white part of the thumbnail is the background colour, we can change it with:
.vantage-grid-loop article .grid-thumbnail { background: #ffffff; }Hope that helps.
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.