change hyperlink color - Acme Themes
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #15579
    steph306
    Participant

    Which line of code do I need to alter so I can change the color of the hyperlinks? They are currently such a light grey it isn’t always noticeable there is a link.

    #15584
    acmethemes
    Keymaster

    Please add the below css codes on Appearance > Customize > Additional CSS to change the color of hover link.

    a:hover {
        color: #FFf !important;
    }

    Regards
    Acme Supports

    #15612
    steph306
    Participant

    I was looking for the code to change the color in the body of the page. I tried using a:link, a:active but that did not change the body color.

    #15626
    steph306
    Participant

    Disregard, I figured out the code to change it on the pages.

    #15636
    acmethemes
    Keymaster

    We think, you are able to change it, right?
    Use support forum again if you need any additional help.

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘change hyperlink color’ is closed to new replies.