Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator cubecolour

    (@numeeja)

    You should be able to achieve this by adding some CSS to your custom styles

    eg:

    
    a {
    color: #bada55;
    }
    
    Thread Starter lenergiedapprendre

    (@lenergiedapprendre)

    Thank you very much
    Another user of this forum had answered afor the same problem :

    a{
    colour:#461;
    }
    Which CSS is the best ?

    Moderator cubecolour

    (@numeeja)

    The answer I gave above is correct. The #bada55 part is a example placeholder for the color you want the links to be.

    In the other answer colour is incorrect. It should be color

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Html links colour’ is closed to new replies.