• Closed
  • Johannes Mayr
    Spectator
    July 29, 2016 at 2:41 pm #29475

    Hey.

    Had evolve light and now i bought evolve plus. On my old site the sidebar widgets had a gray background , and it where in boxes. now with the new template the settings are the same, but the background is just white.

    please help 🙂

    Daniel Jones
    Spectator
    Posts: 148
    July 30, 2016 at 8:10 am #29485

    Hi Johannes,

    Thanks for contacting us.

    You can change the background color by using custom CSS code. Kindly could you share with me the link to the page so that I can figure out the right CSS for you.

    Looking forward to your reply.

    Johannes Mayr
    Spectator
    Posts: 2
    July 30, 2016 at 6:45 pm #29499

    http://europeansconnect.com/

    thank you very much ! 🙂

    Daniel Jones
    Spectator
    Posts: 148
    July 30, 2016 at 7:19 pm #29502

    Hi Johannes,

    Kindly try to use the following custom CSS to change the sidebar widget background:

    #secondary, #secondary-2 {
    background-color: #ccc!important;
    }

    I hope that helps.

    Johannes Mayr
    Spectator
    Posts: 2
    July 31, 2016 at 2:51 pm #29508

    doesn`t work

    i just want those boxes (image): https://postimg.org/image/gf8ol135d/

    i get them in the free Template with:

    -> Styling -> Widgets -> Widget Content Boxed Background. But this does not work with the premium. The settings are the same

    Denzel Chia
    Moderator
    Posts: 2656
    August 1, 2016 at 1:51 am #29515

    Hi,

    Please try the following in Theme Options -> Custom CSS

    .widget {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    }

    Thank you