Size of the text in the first box on the right

Viewing 5 posts - 1 through 5 (of 5 total)
  • #4176
    fw190
    Participant

    I’ve finally managed to login πŸ˜‰ (to many paswords to remember)

    How can I cahnge the size of the font in the first box on the right (sidebar top) so it would be as big as in the rest of the website?

    Thanks in advance.

    #4178
    Daniel Tara
    Keymaster

    The font size should be the same in all sections, anyway you can use this rule:

    #top { font-size: 16px; }

    Change 16px to your desired font size.

    #4180
    fw190
    Participant

    Thank you for the reply. I was talking about the size of the font like here in http://www.onedesigns.com/wordpress-themes/cover-wp CATEGORIES on the front page on the right side. The categories are displayed with a larger font. When I click a link the font size is normal. Where is the line in which I should change the size?

    #4183
    Daniel Tara
    Keymaster

    You are right. This is the property you have to change the font-size for:

    ul#categories li, .topitem ul li

    You’ll find it in style.css

    #4184
    fw190
    Participant

    Thank you. It worked like a charm πŸ˜‰ You rock!!!

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.