hi...how can i decrease the font size in my wordpress blog? what code should i be looking for in the stylesheet.... also, is there a way for this info not to appear on every post "Posted on February 13th, 2009 admin No comments " any help would be appreciated..
About your first problem, i woud suggest looking in a file called style.css or something which is named similarly. You will need to look in the index.php for your second problem about displaying information alongside/above/below the post. If you require any help let me know. Kind Regards mrhrk01 ~
We'd need to know what templte you're using to be able to help properly. For the font issue, check for font or font size in body { ... } you'd probably need to check for font or font-size in the other elements elements as well. Can't help you with the post details if we don't know what template you're using
You're looking for something like this <div class="postdate"><?php the_time('l, F jS, Y') ?> Just delete it. I'm not familar with that theme, but if you go to Appearance/Editor you'll probably find it in index.php and single.php If you mess it up just re-upload index.php and/or single.php and try again.