When the widget displays, there is a line of periods in between titles, like:
* This is the first headline.
...............................
* This is the second headline.
How would someone go about removing that line of periods?
When the widget displays, there is a line of periods in between titles, like:
* This is the first headline.
...............................
* This is the second headline.
How would someone go about removing that line of periods?
try getting the class or id of the div and use display:none;
You must log in to post.