• Resolved kathleena

    (@kathleena)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Your css file does not show any changes in the fields you mentioned.

    Thread Starter kathleena

    (@kathleena)

    neon,

    Thanks for the post. I’m chagrined. That’s what I get for doing this stuff really late at night. I can’t even figure out what I did last night, but uploaded the file again just now, and it works. Cheez. Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t change the link color’ is closed to new replies.