CSS for Hyperlink Colour
VGarland
Registered Users Posts: 1 Beginner grinner
Hi,
My website is www.birdwatchingireland.com. I was not happy with the style of text on my site - and I now use the following CSS which gives me what I want....
/* change text content blocks to white font color */
.sm-widget-text p span {
color:#FFFFFF !important;
}
My only problem is that hyperlinked text is white - and I would like it to be the original green. Can anybody give me additional CSS code to achieve that?
Best regaqrds,
Victor.
My website is www.birdwatchingireland.com. I was not happy with the style of text on my site - and I now use the following CSS which gives me what I want....
/* change text content blocks to white font color */
.sm-widget-text p span {
color:#FFFFFF !important;
}
My only problem is that hyperlinked text is white - and I would like it to be the original green. Can anybody give me additional CSS code to achieve that?
Best regaqrds,
Victor.
Tagged:
0