Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #154419
    Frank
    Participant

    Hi there,
    Is there, by the way, o lower limit on font-size?
    I have not been able neither in posts nor in widgets neither by block elements , like p or div, nor through inline elements, like span, to use a font-size below 14px.
    How can I get around this limit?
    Regards,
    Frank

    #154436
    sapana
    Participant

    @wolpertinger: You can lower the font size using the Custom CSS.To lower the font size of the widgets you can Go to=>Dashboard=> Appearance=>Additional CSS and Add the following CSS code.

    .widget-area, .widget ul{
    font-size:10px !important;
    }

    You can change the font size as per your requirement.
    Let me know if this helps you out! and please do post your site Url too.
    Kind Regards,
    Sapana

    #154718
    Frank
    Participant

    Hi Sapana,
    your hint was very helpful – problem solved.
    URL of my site: https://blog.frank-muennich.net.
    Best regards and Bye now,
    Frank

    #154770
    sapana
    Participant

    @wolpertinger:
    Hello, there,
    I hope I was able to resolve your issue. If it’s not too much trouble,I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-flames/reviews/#new-post Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.Thanks, and if there’s anything else at all that I can do to help,don’t hesitate to let me know.
    Kind Regards,
    Sapana

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Lower limit on font-size?’ is closed to new replies.