Take this out:
.storytitle a {
color: #003471;
text-decoration: none;
border: none;
font-weight: bold;
}
.storytitle a:hover {
color: #00CCFF;
font-weight: bold;
}
Put this there instead:
.storytitle a, .storytitle a:hover {
color: #003471;
text-decoration: none;
border: none;
font-weight: bold;
}
Yes it has.
In your browser, look at your site.
Then press CTRL and F5 together.
Now look π
i do, but it not change…
are u sure?
title is blu underlined, when the mouse go over it become golden…
oh… ok… ther’s a mizundstood… π
i referer to TITLE of Site (noname) and not TITLE of post (Hello World!)
right? π
Ahh…..and you are using Intrnet Explorer π
#header h1 {
margin: 0 auto;
padding: 0px;
font-size: 500%;
font-weight: bold;
letter-spacing: 0.1em;
text-decoration: none;
}
is what you seem to have. You need:
#header h1 a, #header h1 a:hover {
text-decoration:none;
}
that should do something….
firefox…. and nothing change π
Looks fine to me, no change on mouseover…