a line (light grey color) appears at the end of every widget before the start of a new widget title. i want to remove this line. i guess it is not by default and it makes some space waste and makes a lot of lines visible.
please check the extra line circled in the photo below. i want to remove that particular line after every widget.
![enter image description here](http://i.imgur.com/1yxc5Du.png "enter image title here")
1 Answers
Hi,
To resolve this issue, you can add the following code to the style.css file:
#secondary .widget {
border-top: none;
}
Hope this helps !
Please login or Register to submit your answer