In your theme’s style.css find
#menu-right h2 {
font-size: 18px;
margin: 8px 0 2px 0;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
color: #181818;
}
change size, weight, etc. according to taste
body {
background-color:#EEE;
font-family: Georgia, “Times New Roman”, Times, serif;
font-size: 12px;
list-style: square;
}
A:link {
color: #60F; TEXT-DECORATION: none;
}
A:visited {
color: #60F; TEXT-DECORATION: none;
}
A:active {
color: #60F; TEXT-DECORATION: none;
}
A:hover {
color:#390; TEXT-DECORATION: none;
}
h1 {
font-size: 18px; color: #000000; font-weight: bolder;
}
My style.css looks like this??
Your style.css is located in your theme folder /wp-content/themes/zinwave/style.css
and starts off like this:
/*
Theme Name: zinwave
etc
etc
© 2009, Web Hosting Fan. All rights reserved.
*/
find #menu-right h2 somewhere below that and make changes
If you want to change the actual text in there then it looks like it will be in your themes sidebar.php file. If not it could be a widget, so check in the dashboard under Appearance and Widgets.
I found it.. Got it taken care of and made some notes! Thanks for the help guys!!!