Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change Color of Header
#1
Dears,

Perhaps I am creating a new topic with a subject that already exists. Sorry for that, but I couldn't find it.
I am building a site for my girlfriend.

In the header of the site you can read "Sascha's Salon" in the color RED. I really have no idea how the change this color (My girlfriends wants to see it in pink).

I used a standard template of getsimple. But in html I can't find this color.

Could someone please please help me to change this color in pink?
Below the template in html. Can you tell me what I have to change below?
Perhaps you understand that this is my first time building a website. Still working on it.

Thanks in advance for your help!


<head>
<title><?php get_page_clean_title(); ?> | <?php get_site_name(); ?>, <?php get_component('tagline'); ?></title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<?php get_header(); ?>
<meta name="robots" content="index, follow" />
<link rel="stylesheet" type="text/css" href="<?php get_theme_url(); ?>/default.css" media="all" />
<link rel="stylesheet" href="nivo/themes/default/default.css" type="text/css" media="screen" />
<link rel="stylesheet" href="nivo/nivo-slider.css" type="text/css" media="screen" />

<script type="text/javascript"><!--
try {
document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}

</script>
</head>

<body id="<?php get_page_slug(); ?>" >
<div id="wrapper">



<div id="header">
<h1 id="inline"><a class="logo" href="<?php get_site_url(); ?>"><?php get_site_name(); ?></a></h1>
<span class="tagline"><?php get_component('tagline'); ?></span>
</div><!-- end div#header -->
Reply


Messages In This Thread
Change Color of Header - by Peperla - 2012-09-12, 04:50:41
Change Color of Header - by Connie - 2012-09-12, 05:14:23
Change Color of Header - by Peperla - 2012-09-12, 05:21:12
Change Color of Header - by Connie - 2012-09-12, 17:23:43
Change Color of Header - by Connie - 2012-09-12, 17:38:30
Change Color of Header - by Peperla - 2012-09-13, 00:06:15
Change Color of Header - by Connie - 2012-09-13, 16:06:20



Users browsing this thread: 1 Guest(s)