Footer Color Change – Hello Foxy

QuestionsCategory: QuestionsFooter Color Change – Hello Foxy
Gwen asked 3 years ago

Hi there! I have the Hello Foxy theme. How do I make the footer on my site black with white verbiage? It’s currently white with gray verbiage. Website is flirtyskin.com. Thanks!

Gwen replied 3 years ago

Awesome, thank you so much Jennifer!

1 Answers
Jennifer Staff answered 3 years ago

You can add this to your additional CSS. Be sure to clear your cache after you make the changes.

.site-footer {
background: #000;
color: #fff;
}

.site-footer a {
color: #fff;
}