Viewing 5 replies - 1 through 5 (of 5 total)
  • currently your css stylesheet is setup like this

    .header, .footer {
    background-image: url(http://www.incomewired.com/wp-content/themes/evolve/library/media/images/pattern/pattern_4.png);
    }

    just divide both separately and make it

    .header{
    background-image: url(http://www.incomewired.com/wp-content/themes/evolve/library/media/images/pattern/pattern_4.png);
    }
     .footer {
    background-image: url( http://www.incomewired.com/wp-content/themes/evolve/library/media/images//pattern/pattern_3_thumb.png);
    }
    Thread Starter IncomeWired

    (@incomewired)

    okay I’ve put that code in and it has changed the header and footer patterns which is great but what I mean is in the footer, I want the footer in two different patterns,

    where I have the text widgets with the headings “online income reasources etc” I want the pattern 4 as the background

    and I want the pattern 3 background only behind the “Copyright © 2013 IncomeWired.com | All Rights Reserved | Powered by WordPress” is it possible to seperate the copyright footer background from the text widget background? 🙂

    I can’t see a elegant solution to this, it seems that the copyright message is autogenerated, in which case you will need to take the the_footer() function out of the current div and place it in a separate div out side the <div class=”container container-footer”>

    Thread Starter IncomeWired

    (@incomewired)

    okay, thank you varkeychaya for your help 🙂

    Thread Starter IncomeWired

    (@incomewired)

    I decided just to take out the footer widgets and just leave the copyright code there, happy with that 🙂 thanks for helping me get a different pattern on the footer I like it 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Evolve] Css help with footer’ is closed to new replies.