September 17, 2013 at 6:33 am
#4006
Rabin Shrestha
Participant
Hi,
If you want to remove both line paste this CSS
.entry-meta-bar {
border-bottom: medium none;
border-top: medium none;
}
if you want to remove only bottom line then remove the border-top css and viceversa
Rabin