Hello How do you remove the line off posts about blog author/comments off etc Also How to remove the container for the page title and breadcumbs - it looks like pink bubbles and I prefer it to be clear THANKS a million
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .content-bar .post .post_meta { display: none; } .page_heading_container .page_heading_content { display: none; } .page_heading_container { background: none; } This will solve your issue.