This topic has 4 replies, 2 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
I used Visual Composer (Woo product widget) to add the possibility to add a product into the shopping cart directly from a blog post. You can see an example here: https://www.laatusuklaa.fi/2017/07/georgia-ramon-coffee-cocoa-nibs-55/
However, what happened on the blog frontpage https://www.laatusuklaa.fi/blogi/ and any category archive page (like https://www.laatusuklaa.fi/category/georgia-ramon/) is that the font used in the preview boxes changed totally:
How can I change it back to normal?
Hello,
You may use this code in Theme Options > Custom css:
.post-grid .content-article.entry-content {
color: #333;
font-family: Assistant;
font-size: 16px;
line-height: 20px;
}
Regards
Thanks again, Rose!
btw: Seems your site isn’t sending out notifications of follow-ups…
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up