Links in header - hover, visited and active link styles

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
aacircle
Regular
Posts: 50
Joined: Sun Oct 02, 2005 11:04 am
Contact:

Links in header - hover, visited and active link styles

Post by aacircle »

Hello,

Does anyone know where I go to change the style of links contained within the header? I've added links in the index.tpl file, yet the links in the header aren't displaying as I would like them.

Thank you.
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

Post by oxygenws »

change the style.css file in your chosen template directory.
My Blog, powered by s9y is http://oxygenws.com/blog/
aacircle
Regular
Posts: 50
Joined: Sun Oct 02, 2005 11:04 am
Contact:

Post by aacircle »

thanks for your advice oxygens. Where in the style.css file would I make the changes?

In my header I have a <h1> and <h2> tags. In my index.tpl I have added a <h3> tag. As a standard in the style.css I have:

Code: Select all

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
    color: #435C7B;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 20px;
    padding-left: 110px;
    padding-top: 10px;
    margin: 0px;
    text-decoration: none;
}
So I tried adding:

Code: Select all

a.homelink3,
a.homelink3:link,
a.homelink3:visited,
#serendipity_banner h3 {
    color: #2A415B;
    text-decoration: none;
}
But this still doesn't change the look of my <h3> tag in the header. The underline still occurs and the link color is still the same as every other link on the page.
Post Reply