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.
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.
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?
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
Thank you. It worked like a charm π You rock!!!