Hi I am trying to style a widget.
I have used:
.widget ul li a, .widget ol li a {
font-size: 12px;
color: hsl(196, 100%, 37%);
text-transform: uppercase;
text-decoration-style: dotted;
}
to style the text etc., but I am trying to put a background colour into the whole column. When I do so, the edge around the widgets gets filled in, but not the widget itself.
Is there a trick to getting the background colour of the widget the same colour as the column background please?
Thanks
A
