can you let me know the code to remove tags from posts? also how can the text 'category archives' be removed ? suggestion if the theme allowed for more user options, our development would be faster and you would have fewer emails to answer. Thanks
1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .content-bar .post .tag { display: none; } 2.For your second issue Go to category.php present in your theme directory and follow the instruction as shown in image given below This will solve your issue.