My site http://kelleyryan.net has a problem. I need to delete white boxes on homepage widgets
Hello, Ceslava – I heard that you have not updated the theme in 2 years? if you will not update I may need to use another theme. no problem, just asking. I thought I purchased this theme. Maybe not. I will pay if you will update. 😉 Thank you!
It´s true that I haven´t made any update but you can still use my theme.
In order to change the background color of widgets from the homepage you can this CSS
home div.anuncioshome {
background: #000; /* your color or none for transparent*/
box-shadow: none; /* in case you want get rid of the widget shadow */
}