bill_g
Member
Posted 2 months ago #
Hi,
I am trying to find where I can change the font colour for visited links in my footer.
My Blog at http://greatbritainspastandpresent.com has all the info I want in my footer but when you click the link the colour changes to the same as the background, so it makes my links in Copyright area invisible.
Could you tell me where and how to change the visited link colour please.
I assume it is is the CSS Style Sheet but not sure from there where the setting is.
Many thanks indeed
Bill
My site is http://greatbritainspastandpresent.com
There's no id or class specification for footer links in that theme. You'd need to first edit footer.php and change <div align="center"> to <div class="footer-links">.
Then, try adding the following to the bottom of style.css:
.footer-links {
text-align:center;
color:#262C2C;
}
.footer-links a,.footer-links a:visited {
color:#262C2C;
text-decoration:underline;}
bill_g
Member
Posted 2 months ago #
Hi and many Thanks esmi,
I'll do that now and see how I get on.
Bill
bill_g
Member
Posted 2 months ago #
Just an update, Did as you suggested and it worked perfectly!
Many thanks esmi, really appreciate your help. This is a nice theme but seems to have taken ages to get it configured the way I wanted it.
Bill
Glad to hear that you were able to get it sorted relatively easily this time around. If you have the time, marking this as "resolved" would be great. :-)
bill_g
Member
Posted 2 months ago #
Thanks for everything esmi, will do that now