Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #445377

    Wenn ich die Schriftgröße ändere, ändert sich nur der Zeilenabstand, die Schrift bleibt so wie sie ist (Fließtext, Menü im Header). Die Schrift in der Sidebar ist davon nicht betroffen. Das gilt sowohl wenn ich die Schriftgröße im Theme einstelle als auch wenn ich das über den Body Tag im Custom CSS Feld mache.

    #445976

    Hallo!

    Please add following code to Quick CSS as well

    .sidebar a {
      font-size: 25px;
    }

    Regards,
    Yigit

    #446737

    Unfortunately this does not solve the problem.

    My problem is, that, no matter which font-size I define, it does not change the size of the font in the blog entries on the main page. Only the spacing between the lines becomes bigger.

    There is no difference if I define the font-size in the theme settings or if I add it as a custom CSS.

    #447436

    I would just like to mention that I have set the body font to 25px to demonstrate the increased spacing between the lines and that the font in the blog overview stays as small as it is.

    #447911

    Hey!

    can you provide us admin access, so we can take a deeper look into the issue? Are you using any caching plugin? Please try to deactivate all your plugins, to see if one is causing this issue. Are we allowed to deactivate your plugins temporarily as well?

    Regards,
    Andy

    #447981
    This reply has been marked as private.
    #449378

    Hi!

    Try to move the blog posts element outside of the 1/1 column layout. It doesn’t change because the font size is being inherited from another parent container instead of the body container.

    Regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.