Chaging the font size

  • Posted in : Editor
  • meymigrou
    Participant

    Hey guys, any ideas on how to change the font size using css?

    Thanks!

    serkan
    Moderator

    Hi meymigrou,
    You can change the font size with using css code. But firstly, you should provide me your url and exactly you should point to part which you want to change. Thanks.

    meymigrou
    Participant

    Hey, thank you for your response, Serkan. Here’s the url of my blog: http://inkstory.eu/ I want to change the size of text inside the posts.

    serkan
    Moderator

    Please use this css code;

    .blog-masonry .hentry p { font-size: 13px !important; }

    You can increase or decrease the px.
    Thanks

    meymigrou
    Participant

    WOW man, you’re fast! I pasted the code but it only changes the font in homepage, not inside the articles.

    serkan
    Moderator

    For the article content use this css code;

    .page .entry-content { font-size: 13px; }
    meymigrou
    Participant

    I pasted and it doesn’t work :/ Would you like to send you an admin account to check it out?

    serkan
    Moderator

    The codes are woking on my side. You should exactly point which part of font you want to chance. Please try this custom css code.

    @media screen and (min-width: 768px) {
    .post .entry-content > p { font-size: 13px; } }

    Thanks.

    meymigrou
    Participant

    Still, can’t see any difference in the text. How can you see the changes and not me? How is that possible? I’m from a laptop not from a smartphone or tablet.

    serkan
    Moderator

    You are doing somethins wrong because ı tested all the codes. If you still have the problem please deactivate all your plugin. something can affect your codes.

    @media screen and (min-width: 768px) { .post .entry-content > p {
        font-size: 13px; } }

    This code are working on your web site for the desktop size.

    .post .entry-content > p { font-size: 11px; }

    This one is working for the mobile. Copy it to custom css side.
    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register