badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Hiding author, date, category information AND separators

#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