Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello,
how can we change the body font size of our blog posts without changing general font size for the shop?
https://www.float-stuttgart.de/en/blogs/news/wie-floaten-bei-angst-und-panikstoerungen-hilft
Solved! Go to the solution
This is an accepted solution.
Hi @maxfloat
Do you mean this one?
if it is check this one.
.article__content.rte p {
font-size: 20px;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @maxfloat
Do you mean this one?
if it is check this one.
.article__content.rte p {
font-size: 20px;
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Worked - Thank you very much!!