Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #383636

    Hi, I want the text size in posts and in the icon list element to be bigger but when I use this:

    body, body p {
    font-size: 16px;
    }

    It also effects the text box element and the special heading subheading sizes and I can’t make them bigger if I want.

    Is there a different CSS code I can use to only make the blog posts text size bigger and also to make the icon list text size bigger?

    Thanks.

    #383794

    Hey DROR!

    Please use following code instead

    .entry-content {
    font-size: 16px;
    }
    .iconlist_content { 
    font-size: 16px; 
    }

    Regards,
    Yigit

    #384512
    This reply has been marked as private.
    #384829

    Hey!

    Please try this:

    .template-blog .entry-content > * {
    font-size: 18px;
    }

    Regards,
    Ismael

    #384842

    That also makes no change.

    #385269

    Hey!

    It works fine on our installation. Please try to remove browser cache then reload the page or replace the code with this:

    .template-blog .entry-content > * {
    font-size: 18px !important;
    }

    Regards,
    Ismael

    #385355
    This reply has been marked as private.
    #385521

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Best regards,
    Yigit

    #385837

    Sorry, my bad. It actually does work. Thanks :)

    How can I control the title and content font size of an icon list?

    • This reply was modified 9 years, 3 months ago by bakbek.
    #386430

    Hey!

    It seems like you have already started a thread – https://kriesi.at/support/topic/how-to-increase-the-text-size-of-the-icon-list-titles-and-text/ :)

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to increase post text size without effecting other aspects of the theme?’ is closed to new replies.