Hello, I am wondering how to eliminate these icons without interfering with the sidebar widgets. I've attached a screenshot. Thank you
Hello, To eliminate those icons Go to Appearance > Theme Options > Styling Options > Custom CSS And paste following code in Custom CSS and press Save All Changes button. Code: .page_content .content_bar .post .post_thumbnil span.post_format { display: none; } .page_content .content_bar .post .post_meta { display: none; } This will solve your issue. Thanks & Regards Yogesh Bhade