Widget color background

Hi, how I can change the white color in my widget like as screenshot?
Thanks

Hello Massimo,

You have this code added in the Theme Options:

.x-colophon.top .x-column .widget {
    background-color: #fff;
    color: #090118;
}

Try finding the code and change the background color.

Hope this helps.

Wonderful! And if I wanted to remove the black margins?
Thanks

Hi Massimo,

You can also try adding the following CSS rules into your X -> Theme Options -> CSS area.

.widget ul li, .widget ol li {
    border-bottom: none;
}
.widget ul, .widget ol {
    border: none;
}

Hope that helps.

That work! Thanks so much

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.