• Resolved harryjellicoe

    (@harryjellicoe)


    I am using the text widget in the footer for an ‘about’ section.
    I believe the text is currently using the default theme colour, i would however like to change it to white.

    I have trawled through many forums and have tried adding many snippets of CSS to my stylesheet in Editor but to no luck.

    You can see the text in the footer at http://surfvault.co

    If anyone has any ideas or correct code I would be eternally grateful!

Viewing 2 replies - 1 through 2 (of 2 total)
  • .textwidget { color: red; } /*general textwidget text*/
    .textwidget p { color: pink; } /*paragraph textwidget text*/
    .textwidget a { color: green; } /*links textwidget*/
    Thread Starter harryjellicoe

    (@harryjellicoe)

    Thank you Michael, this has resolved the issue. Fantastic support.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘footer text colour’ is closed to new replies.