Hello,
I’d like to hide the border at the top of each excerpt on my news/posts page. Is that possible using custom css?
Thanks,
Dan
http://www.pemburypsa.com/
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!