February 19, 2015 at 6:37 am
#22222
Theme Horse Support Team
Keymaster
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!