How to change body font size on Blog Post - LOCAL THEME

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

Hi @maxfloat

Do you mean this one?

if it is check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.article__content.rte p {
    font-size: 20px;
}
  • And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Worked - Thank you very much!!