Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #944141

    Hello Kriesi.at,

    I need help with changing the font size of my blog articles. I want the standard font-size for my blog articles 16px. The font size of my blog articles is much bigger.

    I tried this:

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

    and it works really well, except in unordered lists (ul, enumeration list).

    Thanks in advance,

    Anett

    #944247

    Hey Dennso,

    Please provide a link to the site so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #944526

    Hi.

    I have removed the code because of the different font size. IF you want, I can enter it again.
    Yesterday I tried to insert a quote. The font size in this part of the Blog article was twice the size.

    Best regards
    Anett

    #944663

    Hi,

    Try adding !important; to your declaration. So:

    .entry-content p {
    font-size: 16px!important;
    }
    
    .entry-content ul li, .entry-content ol li {
    font-size: 16px!important;
    }

    Best regards,
    Jordan Shannon

    #946475

    Thank you very much! It works perfectly.

    #946604

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘font size blog articel’ is closed to new replies.