Home>Support>Fonts at Blog page when Grid is On

Fonts at Blog page when Grid is On

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].

I would like to show the blog page as a Grid. I have set it at options page, and it shows ok, but the problem is I cannt change the font color of the excerpt, it is almost grey, just as my background.

Is there any chance of changing the title and the excerpt of the Grid posts?

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.

    /* Loop: Grid */
    
    .vantage-grid-loop article .excerpt {
        color: #777777;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

  2. 9 years, 7 months ago Support Assistants

    Edit #777777 and replace it with your color of choice.

    Hope that helps :)

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

    Thanks a lot. This is actually what I need.

    The other part I need To modify are posts titles. Which css do I need?

  4. 9 years, 7 months ago Support Assistants

    Sure. If it’s only post and not page titles, you could use:

    article.post .entry-header h1.entry-title {
        color: #3b3b3b;
    }
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