• Resolved dfwmax

    (@dfwmax)


    How do I change the color of hyperlinks I insert into text? I’ve used the search snippet and looked everywhere for the answer.

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter dfwmax

    (@dfwmax)

    Just found it on a post about another issue. It’s from @electricfeet

    Here is his code. Works great.

    a {
      color: #3366FF;
    }
    a:hover,
    a:focus {
      color: #0000CC;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How to change color of text hyperlinks’ is closed to new replies.