Cutline Theme Support Forums » Cutline Theme Support Forums

Comment Fonts

(2 posts)
  • Started 4 years ago by leigh
  • Latest reply from James112
  • This topic is not resolved

  1. leigh
    Member

    Hi

    My comments and test on right side bar are all in bold and capitals.
    http://www.soundtravellers.dreamhosters.com/

    Not too sure why? Can someone help.

    Thanks
    Leigh

    Posted 4 years ago #
  2. It looks like your side text is being governed by the "ul#nav li" section in your CSS. Inside that section, you have a parameter set to make all corresponding text uppercase. "text-transform:uppercase".

    I found that section of your CSS using Firebug and have pasted it below. Asterisks have been added to the offending line. They will not appear in the style sheet.

    ul#nav li {style.css (line 122)
    font-family:Helvetica,Arial,sans-serif;
    font-size:1.4em;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
    text-transform:uppercase; ***********

    Your comments were a little harder to check, but it looks like they also may be controlled by this same parameter inherited from another parent in the style sheet.

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.