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: hide border at top of excerpt

#22222

Hi Daniel

To hide the top border of each excerpt on my news/posts page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

#content .post {
    border-top: 0 none;
}

Thank you!