How do you remove the icons for the blog posts? The icons right at the top of each post for author, date, categories etc. Thx
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .page-content .content-bar .post .post_meta .posted_by { background: none; } .page-content .content-bar .post .post_meta .post_date { background: none; } .page-content .content-bar .post .post_meta .post_category { background: none; } .page-content .content-bar .post .post_meta .postc_comment { background: none; } This will solve your issue.