Home>Support>Change Post Grid Border

Change Post Grid Border

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?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 months ago Support Assistants

    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.

  2. 9 years, 7 months ago Antonio Prado-Processing Raw

    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…

  3. 9 years, 7 months ago Support Assistants

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More