Forums

[resolved] Footer Text Colour Where to Change in Style Sheet? (6 posts)

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

  2. esmi
    Member
    Posted 2 months ago #

    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;}
  3. bill_g
    Member
    Posted 2 months ago #

    Hi and many Thanks esmi,

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

    Bill

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

  5. esmi
    Member
    Posted 2 months ago #

    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. :-)

  6. bill_g
    Member
    Posted 2 months ago #

    Thanks for everything esmi, will do that now

Reply

You must log in to post.

About this Topic