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: CSS for Blog Image Medium Page Template

#23821

Hi Elena,

Do you like to remove the border line that is under the post. If yes then you may try this below CSS. Go to dashboard-> appearance-> theme options-> design options -> custom css and add this css

footer.entry-meta {
  border-top: none;
  border-bottom: none;
}

Thank you!