• I run a blog for seniors using the Misty Look template. They have a hard time finding the “comments” link at the end of each post. Is there a way to make that word larger?

    Also related, is there a plugin that allows visitors to the site to magnify the font to their desired level for easier reading?

    Thanks for your help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

    nearly every modern browser is set up to magnify web pages. ctrl and the plus or minus key, or view->text size in IE for instance

    Thread Starter elderchicks

    (@elderchicks)

    Here’s a link to ElderChicks: https://www.elderchicks.com. Thanks for any help you can give me!

    Try changing:

    #content .post-info, #content .postmetadata {
    color:#999999;
    font-size:.9em;
    margin:0;
    padding:0;
    }

    to:

    #content .post-info, #content .postmetadata {
    color:#999999;
    margin:0;
    padding:0;
    }
    #content .postmetadata {
    font-size:.9em;
    }

    in your stylesheet.

    Thread Starter elderchicks

    (@elderchicks)

    Thank you so much for trying to help me. I did try what you suggested, but there was no change. Very frustrating. I really do appreciate your trying to help me. If you have any other ideas, please let me know. Thanks so much!

    Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.

    Also disable/deactivate any caching plugin(s).

    Thread Starter elderchicks

    (@elderchicks)

    Thanks. Tried that. Still no luck.

    Thread Starter elderchicks

    (@elderchicks)

    Just want to let you know I DID IT! Thank you so much. The only thing I needed to do was paste exactly what you told me to paste, BUT, change (increase) the font size. Thanks so much for helping me!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Comment Font Size’ is closed to new replies.