• Resolved JohnMarshall12

    (@johnmarshall12)


    Hi,

    I need help trying to fix the link color on the links in my posts. I would like it to be red and then have the hover color be black with underline. Please advise how I can change this. Here, is the site:

    Also, I seem to have this problem come and go where it was doing this the right way as I want above for some posts and not others. Any ideas what might be going on?

    Thanking everyone in advance.

    Best,
    John

Viewing 4 replies - 1 through 4 (of 4 total)
  • Can you post a link to a page where your link colors aren’t working correctly? They seemed fine on all of the pages that I looked at.

    Thread Starter JohnMarshall12

    (@johnmarshall12)

    Here, is one. However, the last couple of posts had the same problem. I want to change the links from they grey to a red and the hover can actually stay the same.

    https://www.giftideasforwomen.net/womens-gifts/christmas-gifts-for-friends-%E2%80%93-the-gifts-that-show-you-really-care/

    Also, here is a link to the main site:
    https://www.giftideasforwomen.net

    All of the unvisited links in that post are red and change to black on hover. Are you perhaps having a problem with visited links – which are grey? If so, edit style.css and change:

    a:visited, a.visited {
    color:#545454;
    font-family:Verdana,Geneva,Arial,Helvetica,Sans-Serif;
    text-decoration:none;
    }

    to

    a:visited, a.visited {
    color:#AE3232;
    font-family:Verdana,Geneva,Arial,Helvetica,Sans-Serif;
    text-decoration:none;
    }
    Thread Starter JohnMarshall12

    (@johnmarshall12)

    Ha, you were right esmi. I checked it out on another computer and sure enough. I was surprised b/c I make the links in word and copy it over. I would not think that would make them visited, but sure enough I guess it does. Well, anyways thanks for giving it a look.

    Best,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need Help with changing Link Color On Posts’ is closed to new replies.