Hi, is there a way to remove the post date that appears beside the blog post title? (It's in a box that looks like a speech bubble.) Please provide the code. Thank you
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar .post .post_date{ display:none; } This will solve your issue.