Hi, I have poloray theme and I would like to remove the date, author, categories and comments from blog posts. I have looked at several other threads and tried the code provided in the theme custom ccs but it has not worked. Can you help please. screenshot attached
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .content-bar .post .post_date { display: none; } .content-bar .post .post_meta { display: none; } .content-bar .post .post_title { margin-left: -85px; } Regards, Sameer