Pilcrow – sidebar font size

  • Unknown's avatar

    Hey! I went ahead and subscribed to the customizing of my CSS because I wanted to change the font to Verdana. Now the side bar titles for the Link categories are huge. Any idea where I look to change that in the CSS code. So far, the wordpress instructor materials ask me to change something I don’t see in my CSS feed.

    Thanks.

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

  • Unknown's avatar

    Since your site is set to private, I can’t really look to see what the problem is. Changing a font family should not change the font size. They are two different declarations. I have absolutely no idea where you changed or added the font declaration so all I can do is respond in a very general way.

    This is where the main font size and family is declared. If this is where you changed the font family make sure you did not delete or modify the font size and line height part of things at the beginning.

    body, input, textarea {
    color: #333333;
    font: 14px/1.7 Georgia,"Bitstream Charter",serif;
    }
  • The topic ‘Pilcrow – sidebar font size’ is closed to new replies.