I want my post title to be the same color as my tags. My post title appears black then turns blue when hovered on. I want it to appear
like my links. They appear blue and turn black when hoverd on. thanks
I want my post title to be the same color as my tags. My post title appears black then turns blue when hovered on. I want it to appear
like my links. They appear blue and turn black when hoverd on. thanks
Site url?
tourmaline-info.com
To turn the post title links blue, edit style.css (line 664) and change:
.post h3 a, .post h2 a {
color:#000000;
text-decoration:none;
}
to
.post h3 a, .post h2 a {
color:#0071BB;
text-decoration:none;
}
To change the hover color to black, edit style.css (line 669) and change:
.post h3 a:hover, .post h2 a:hover {
color:#DF2E56;
}
to
.post h3 a:hover, .post h2 a:hover {
color:#000;
}Thank you that worked great! I was wanting to
change hover to red and where do
you find these color codes?
I did wonder about the hover color. The other links on your site are using #F44365 which is a similar color to your Archives and Meta heading blocks on your sidebar.
I found these color codes in your theme's stylesheets but many graphics applications can be configured to provide hexadecimal codes such as these. ColorSchemer Color Pix is a little Windows freeware color picker that grabs the pixel under your mouse and transforms it into a number of different color formats.
It worked. Thanks.
Handy tool.... :)
Nice tip - nice tool, works pretty well!
many thanks and greetings from Brazil.
This topic has been closed to new replies.