How do I get rid of the little comment box on my blog titles page, For bizway pro theme. My site is MotoNewEngland.com/wordpress2013 its under news section you'll see titles are cut off by the block. Also the wording is shadowed on that same page making it hard to read. I'd like to make it Black unshadowed font.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar .post .post_meta .post_comment { display: none; } .content-bar .post .post_content { text-shadow: none; } .content-bar { padding-left: 10px; } .content-bar .post .post_title a { text-shadow: none; } This will solve your issue.