• Website: xosuey.com

    I am having trouble locating the file to change color of link once clicked..
    as you can see it turns blue.

    Ive gone through my css files and located that color code and switched with new one but still showing blue..

    Any idea how to change it?

    Thanks in advanced

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Please try the following CSS code :

    a:hover, a:focus {
        color: #e84c4c !important;
    }

    You can paste it in Appearance -> Customize -> Additional CSS

    Moderator bcworkz

    (@bcworkz)

    Depending on exactly what you mean by “once clicked”, you may want to add a:visited to Prashant’s code, or create a separate rule to use a different color.

    Thread Starter gorvie

    (@gorvie)

    @prashant Singh this worked, thanks a ton!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change “Clicked” Link Color?’ is closed to new replies.