Hi, how can i change the font size of the blog post xxcerpt?
I tried this solution, but it don’t work:
.entry-content {
font-size: 12px!important;
}
Hey Stefan,
Please post a link to where we can see the element in question.
Best regards,
Rikard
Link is in private content
Hi,
Thanks for that. Which text exactly are you looking to target?
Best regards,
Rikard
the font size of the blog post excerpt
Hi,
Please try this:
.entry-content-wrapper p {
font-size: 12px;
}
Best regards,
Rikard
Hi,
now it makes the whole p tag text smaller, not only the blog post excerpt
Hi,
Could you point out which text you are trying to target in a screenshot?
Best regards,
Rikard
In privat are the link and the screenshot
Exerpt of the blog post and p tag should have the same size.
Hi,
Thanks for that. Please try this CSS instead:
.template-blog .entry-content-wrapper p {
font-size: 12px;
}
Best regards,
Rikard
Thank you it works