Social widget background
Hi Sakin,
I want to remove from the social widget a background I added to the widgets.
Here's the code I used to change all widget backgrounds:
.widget {
background-color: #fafafa;
border-style: solid;
border-width: 1px;
border-color: #fafafa;
border-radius: 5px;
padding: 10px;
}
Here's the code I used to remove it from the social widget (it's the same code I used for the text widgets where it works fine!):
.widget_catcheverest_social_widget {
background: none;
border-style: none;
padding: 0px;
}
http://66.147.244.179/~wendybow/video/
Please help!
Thank you!
Maeve