Changing footer colour

My website: http://feedapparel.com/

I am unable to change the colour of my footer, I have tried everything I know but it’s not changing, please help!

Thanks

Hi There,

Thanks for writing in!

Please add this custom CSS to your X -> Theme Option -> Global CSS and let us know how this goes.

 .x-colophon.bottom {
 background-color: #666 !important; /* use your color code here */
}

Hope this helps!

Thanks

1 Like

Thank you! How do I know change the font colour just for the footer? Thanks

Hi There,

For font color please use this css.

.x-colophon.bottom a {
 color: #333 !important; /*set your color here */
}
.x-colophon.bottom .x-colophon-content p {
color: #333; /*set your color here */
}

Hope This helps!

Thanks

1 Like

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