Right now, my footer is just a line of text links.
How do I make it look like the common ones – i.e., a colored box with a list of vertical links?
Examples are cnn.com, verizonwireless.com, etc.
Right now, my footer is just a line of text links.
How do I make it look like the common ones – i.e., a colored box with a list of vertical links?
Examples are cnn.com, verizonwireless.com, etc.
Hello @jupebox,
Thanks for asking. 
You can add following CSS under X > Theme Options > CSS to have colored background in footer:
footer.x-colophon.top {
background-color: #fce369;
}
Here are some related links for further reading:
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.