2015-08-22, 01:51 AM
Cannot seem to change link color links inside a post. I am using a theme with all white text and want all liinks inside my posts to be red #FF0000
I have tried to edit the global.css both in advanced and simple editors.
a:link {
color: #FF0000;
text-decoration: none;
}
a:visited {
color: #0072BC;
text-decoration: none;
}
a:hover,
a:active {
color: #FF0000;
text-decoration: underline;
}
Am I in the wrong place?
I have tried to edit the global.css both in advanced and simple editors.
a:link {
color: #FF0000;
text-decoration: none;
}
a:visited {
color: #0072BC;
text-decoration: none;
}
a:hover,
a:active {
color: #FF0000;
text-decoration: underline;
}
Am I in the wrong place?