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.

Replies

3
  1. Support Assistants 10 years, 2 months ago

    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. Antonio Prado-Processing Raw 10 years, 2 months ago

    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. Support Assistants 10 years, 2 months ago

    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.

Have a different question or issue?

Start New Thread