How to chenge links on a single page
-
I would like to make the links on this page a different color and without underline. What CSS code should I use on pagebulder?
I have tried the following but it does not work:
a:link {
color: green;
}a:visited {
color: green;
}a:hover {
color: red;
}a:active {
color: yellow;
}The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to chenge links on a single page’ is closed to new replies.