Veranderen van link kleuren
-
Ik zoek al twee dagen naar mijn oplossing.
mijn website: http://www.kimpattiruhu.nl
Zoals je ziet is elke link voorzien van de standaardkleur inclusief onderstreping.
De css ziet er als volgt uit:
/* Links */
a {
border-bottom: 1px solid #6c6882;
color: #202020;
text-decoration: none;
}
h2 a, h2 a:visited, h3 a, h3 a:visited {
margin: 0 0 0 -1px;
padding: 0 1px;
color: #202020; /* colot for post titles on index, archive, and search pages */
font-weight: normal;
text-decoration: none;
border-bottom: 1px solid #fff;
}
a:hover, h2 a:hover, h3 a:hover {
border-bottom: 1px solid #ff8900;
color: #FFFFFF;
text-decoration: none;
}
.entry a:hover {.post a,.post a:link,.post a:visited {
color:#556B2F;
text-decoration:underline;
}
.post a:hover,.post a:active {
color:#fff;
text-decoration:none;}
.postmetadata a {
border: none;
text-decoration: none;
}
.postmetadata a:hover {
border: none;
text-decoration: none;
}
small a {
border: none;
}
.download {
background: #fff url(images/down_white.png) 0 50% no-repeat;
padding: 0 0 0 18px;
}
.download a {
padding: 0 2px;
border-bottom: 1px solid #779900;
}
.download a:hover {
border-bottom: 1px solid #779900;
color: #fff;
background: #779900;
}
.hidelink, a.hidelink:hover, a img {
border: none;
}
li.tagcloudtags a {
letter-spacing: 0;
text-transform: none;
}
.more-link a {
/* .more-link added by the_excerpt_reloaded plugin http://guff.szub.net/2005/02/26/the-excerpt-reloaded/ */
border: none;
color: #cacaca;
}
.more-link a:hover {
border: none;
color: #404040;
}/* End Links */
Waar kan ik in hemelsnaam iets veranderen daaraan? Heb al veel sites geraadpleegd en geprobeerd, maar niks lijkt te lukken.
Mijn thema is Apricot 1.2
Groetjes
Kim
Het onderwerp ‘Veranderen van link kleuren’ is gesloten voor nieuwe reacties.