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
4Hi 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.
Edit #777777 and replace it with your color of choice.
Hope that helps :)
Thanks a lot. This is actually what I need.
The other part I need To modify are posts titles. Which css do I need?
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.