Topic Resolution: Resolved
  • Closed
  • Magnus Joensen
    Spectator
    February 9, 2016 at 8:50 pm #24163

    I just upgraded to evolve+ as I want to have my content in three languages and need more sidebars. The only thing that happened was that my header and footer is messed up…..

    salinord.com

    I’ve tried EVERYTHING in the customization panel but nothing works (unless I upload a pic, which I don’t want to).

    What can I do to fix this?

    Imran
    Spectator
    Posts: 402
    February 10, 2016 at 9:14 am #24170

    Hi Magnus,

    Thanks for writing in!

    Upon checking into your website, it seems that you’ve set a background image on header and footer. Please remove the following code from your custom CSS field:

    .header-pattern, .footer {
    background-image: url(http://sailnord.com/wp-content/themes/evolve/library/media/images/header-two/none.jpg);
    }

    Secondly, if you don’t find the above code under your custom CSS field, the go under Appearance -> Theme Options -> Header -> Header, and check if you’ve chosen a background for your header. If there’s a background selected, then please remove the background in order to avoid the image.

    However, none of above methods work; then please add the following code under your Appearance -> Theme Options -> Custom CSS:

    .header-pattern, .footer {
    background-image: none;
    }

    Hope this helps.

    Thank you!

    Magnus Joensen
    Spectator
    Posts: 10
    February 10, 2016 at 10:15 am #24173

    Thanks for the quick reply Imran!

    I had to use the third option – third time lucky 😉

    Thanks for the help!

    Magnus

    Imran
    Spectator
    Posts: 402
    February 10, 2016 at 10:36 am #24175

    You’re welcome Magnus! 🙂