Viewing 2 replies - 1 through 2 (of 2 total)
  • In your style.css file you should find this selector:
    .widget ul li a:link, .widget ul li a:visited

    It should be on line 268 ( I think)…there is a declaration of “color: #666;” change that to “color: #000;” and you should be good. Well at least you will have successfully changed it to black.

    You might also want to add:

    font-weight: bold;
    font-size: 18px;

    To make it a little bigger and bolder, which helps separate it from your somewhat busy background image.

    Thread Starter ropeandstanchion

    (@ropeandstanchion)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text Color’ is closed to new replies.