Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I would like to set up a second footer. The gets a different color and text. Just as in this example:
https://dl.dropboxusercontent.com/u/12684660/Vantage_Footer.jpg
is that possible?
Thanks
Hi Sascha
In a basic sense it is. For the lower footer use the Site Information Text field at Appearance > Theme Settings > General. It does accept HTML.
Place this under Appearance > Custom CSS, it’s pretty messy so ideally clean this up a little, select all the colors you want etc:
.layout-full #colophon { background: blue; padding: 0; padding-top: 30px; margin-bottom: 0 !important; } #colophon #site-info { background: #000; margin-top: 25px; padding: 20px; color: #AAAAAA; } #colophon #site-info a { color: #AAAAAA; } #colophon #site-info a:hover { color: red; }Let me know how you come along.
Hi Andrew,
thanks for your help.
but so does not work. I need, for example, a centered text, first footer. Second Footer, three columns. And these two areas should then be in different colors.
For sure, I understand. The solution I provided tried to use what is already there and tweak it. What you require will unfortunately require some further development. We recommend https://codeable.io/ if you’d like to get a quote on a task like this.
Sorry I don’t have more.