• Resolved bill_g

    (@bill_g)


    Hi,

    I am trying to find where I can change the font colour for visited links in my footer.

    My Blog at https://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 https://greatbritainspastandpresent.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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;}
    Thread Starter bill_g

    (@bill_g)

    Hi and many Thanks esmi,

    I’ll do that now and see how I get on.

    Bill

    Thread Starter bill_g

    (@bill_g)

    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. ??

    Thread Starter bill_g

    (@bill_g)

    Thanks for everything esmi, will do that now

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer Text Colour Where to Change in Style Sheet?’ is closed to new replies.