Tagged: excerpt
Hi,
My base text size is larger than the default excerpt text size.
I’d like to increase the font size of the excerpt text as it displays in, for example, the blog widget where the entry displays the excerpt text with a “read more” link.
Hi drksteel!
Thank you for using our theme.
Can you pls. send us a link to the page, so we can provide you with the correct CSS. You can post it here as a private reply.
As Enfold offers so many variations it is hard to help you without seeing the page.
Cheers!
Günter
Thanks!
Here’s a blog page that only displays the excerpt text for a blog post: http://kevindelaplante.com/blog/
And here’s that blog post, with the larger base text: http://kevindelaplante.com/why-do-we-state-our-thesis-in-the-introduction/
Hi!
Thank you for coming back.
In custom.css or Enfold->Styles->QuickCSS try to put the following and adjust the vaule:
.page .content .entry-content {
font-size: 15px !important;
}
Best regards,
Günter
Beautiful! Works perfectly. Thanks Günter!