Footer text widgit color

How do I change this text widget on this?
bullet points


My headings have gone black too while I have been trying to work this out.
Can you help me turn them back to white

Hi @VelocityWeb,

To change the text color, you can add the code below in Theme Options > CSS

footer.x-colophon.top h4.h-widget,
footer.x-colophon.top p {
    color: #fff !important;
}

Hope this helps

Wicked, thanks heaps

You’re welcome, @VelocityWeb.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.