Please let me know how I can change the footer background color and change the font
Hey Dylan,
If you are using X, you can do that by adding this CSS code in X > Theme Options > CSS:
.x-colophon.top,
.x-colophon.bottom {
background-color: #efefef;
color: #7a7a7a;
}
.x-colophon.top a,
.x-colophon.bottom a {
color: #5fbbc8;
}
- CSS Color Values - https://goo.gl/rM1ys1
If the colors does not change, pleas provide the URL of the site in question so that we can check it.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.