Can’t change the link color
-
Hi,
I have just about enough knowledge to be dangerous in trying to customize my Connections Theme. I need to make the links in the post text darker – it’s very difficult to see. Here’s part of the code in the style.css file:
body {
margin:0;
padding:0;
font-family: ‘Trebuchet MS’,Georgia, Times, Times New Roman, sans-serif;
font-size: 0.9em;
text-align:center;
color:#29303B;
line-height:1.3em;
background: #F3F6ED;
}
a {
color: #A5170E;
text-decoration:none;
}
a:visited {
color: #8a3207;
}
a:hover {
color: #753206;
text-decoration:underline;I would think that the a { would control the text link color. The visited hover color corresponds to what happens when you hover over a link in a post. But, I’ve changed the a { color several times, and the link color in the post stays the same.
Any ideas on a fix would be most appreciated. The site is https://www.buildrealestateresults.com/blog
Thanks,
Kathleen
- The topic ‘Can’t change the link color’ is closed to new replies.