Hello, how could I hide navigation bar that appears right under logo and main menu in pages? Just a fair line instead of dashed line would be great Also would like not to be shown breadcrumbs, cathegories, author, post date on posts Thanks
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .heading_container { border-bottom: none; border-top: 1px solid #d3d3d3; } .heading_container p { display: none; } .page_content .content_bar .post .post_meta { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade