How Do i get rid of border lines through my Calender?
-
How can I get rid of a horizontal line under title “Recent Posts”
It is a grey line, this should not be confused with the separators dividing each post.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
Do you want to remove the lines below the dates in the calendar AND the lines below the recent posts entry in that widget?
To get rid of the green lines below the dates in the calendar, add this to your CSS:
.widget_calendar td { border: none; }To get rid of the lines below the recent posts in the widget, add the following:
#recent-posts-5 li { border: medium none; }
- The topic ‘How Do i get rid of border lines through my Calender?’ is closed to new replies.