How do I hide categories from appearing on the left side of each page? I would like them to appear on my Blog page only. Thank you. Valarie www.blaescommunications.com
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: h1.page_title { display: none; } .page-heading a { display: none; } This will solve your issue.