M Ureeb
asked 9 years ago

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.

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

#secondary .widget {
  border-top: none;
}

Hope this helps !

Powered by DW Question & Answer Pro