Thanks, but I am not having any luck finding the right place to change it. I looked in the header.php file also. I don’t find a place where the color is set to #777 that appears to be the right place.
Here is the header file: Maybe you can tell me where to find it?? Thanks!
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”verify-v1″ content=”7u2wpKBktAxUSuyXICWWWSapVKLcKvGMRqnmbe+xmYM=” />
<meta name=”blogcatalog” content=”9BC9248720″ />
<title><?php bloginfo(‘name’); ?> <?php wp_title(); ?></title>
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/style.css” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<style type=”text/css” media=”screen”>
body{
background: #fff url(“<?php bloginfo(‘template_directory’); ?>/images/bodybg.gif”);
}
#superheader{
background: url(“<?php bloginfo(‘template_directory’); ?>/images/superheaderbg.gif”) top left repeat-x;
}
#header{
background: #fff url(“<?php bloginfo(‘template_directory’); ?>/images/headerbg.jpg”) top center no-repeat;
}
#wrapper2{
background: #fff url(“<?php bloginfo(‘template_directory’); ?>/images/wrapperbg.gif”) top right repeat-y;
}
.post h2{
background: url(“<?php bloginfo(‘template_directory’); ?>/images/dots.gif”) left bottom repeat-x;
}
.menu ul li.widget ul li{
background: url(“<?php bloginfo(‘template_directory’); ?>/images/listbullet.gif”) no-repeat 0 3px;
}
.menu ul li.widget ul li ul li{
background: url(“<?php bloginfo(‘template_directory’); ?>/images/listbullet.gif”) no-repeat 0 1px;
}
</style>
<script type=”text/javascript” src=”<?php bloginfo(‘template_directory’); ?>/scripts/utils.js”></script>
<?php wp_head(); ?>
</head>
<body>
<div id=”wrapper”>
<div id=”wrapper2″>
<div id=”superheader”></div>
<div id=”header”>
<h3>/”><?php bloginfo(‘name’); ?></h3>
<h2><?php bloginfo(‘description’); ?></h2>
</div>
<div id=”tabs”>
</div>
Thanks for any help you can offer!
Debbie