article main text font size in sight theme

  • Unknown's avatar

    Hello,

    for a long time, thanks to @thesacredpath, i had this css customization, to increase article font size in theme sight, working perfect:

    .wf-active .entry-content p, .wf-active .entry-content {
    font-size: 15px;
    }

    .wf-active .featured-post-content p, .wf-active .featured-post-content {
    font-size: 15px;
    }

    .wf-active .search p {
    font-size: 15px;
    }

    .wf-active .single-post .entry-content p, .wf-active .single-post .entry-content {
    font-size: 16px;
    }

    .wf-active .page .entry-content p, .wf-active .page .entry-content {
    font-size: 16px;
    }

    The code is in the very beggining of CSS sutom page.

    But today the text shows very very small, as it is in the original sight theme.

    Looks like -no idea why cos i had not change anything in css custom- the custom code is been ignored.

    Any help would be really apreciated.

    Thanks

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Looks like the problem is solved. Was related, i think, to an intermitent movistar slowness internet connection. Thanks anyway.

  • The topic ‘article main text font size in sight theme’ is closed to new replies.