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.

Fonts at Blog page when Grid is On

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.

Need fast email support? Get SiteOrigin Premium

Replies

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

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

    You might also need to install the SiteOrigin CSS Editor.

  2. Support Assistants 10 years, 2 months ago

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

    Hope that helps :)

  3. Antonio Prado-Processing Raw 10 years, 2 months ago

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

    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.

Have a different question or issue?

Start New Thread