• Resolved furyus

    (@furyus)


    Howdy, and thanks in advance for any help you can provide.

    When I create a link on a page, the font size of the link appears twice as large as the text font. Pretty much a novice with WP and CSS. I have found where I can reduce the size of the link font, but then it also makes the links in my sidebar much smaller. please check out my site asnd the page “Red Barchetta” for an example of this problem.

    https://www.redbarchetta.net

    Many thanks,
    furyus

Viewing 9 replies - 1 through 9 (of 9 total)
  • Try editing style.css and removing font-size:1.3em; from:

    a {
    color:#FF0000;
    text-decoration:none;
    }

    Thread Starter furyus

    (@furyus)

    Works, but reduces my sidebar links as well to much smaller than the rest of the bar. Thanks for the help.

    Try adding:
    .hentry a {font-size:1em;}
    to the bottom of style.css

    Thread Starter furyus

    (@furyus)

    Pasted to the very end of the CSS. No luck. Thank you.

    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.

    It worked.

    Thread Starter furyus

    (@furyus)

    I appreciate your patience. I cleared the cache. Still, the sidebar links are very small. the link font in a “page” is now the same size as the text, but the sidebar still is small font. I’ve checked with IE7 and FF.

    Thanks

    Did you add font-size:1.3em; back into:

    a {
    color:#FF0000;
    text-decoration:none;
    }

    ??

    Thread Starter furyus

    (@furyus)

    No I didn’t. That did it! Thank you so much esmi. I don’t know who you are but I am very grateful.

    No problem. Glad we got it sorted eventually.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Link Font Size on Page Too Big’ is closed to new replies.