Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Is it possible changing the border of the thumbnails qhen using grid layout in blog page?
Hi 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.