This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

3
  1. Andrew Misplon Staff 11 years, 7 months ago

    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.

  2. Sascha Drömer 11 years, 7 months ago

    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.

  3. Andrew Misplon Staff 11 years, 7 months ago

    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.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread