I would like to remove the author, date and category from blog posts. Is there a simple way to do this? tried adding the code below to custom CSS but it did not work. .feature_blog_content ul li .post_meta { display: none; } Thanks in anticipation
Hi, To the author, date and category from blog posts, just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_blog_content .post .post_content { display: none; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
Hi Akbar Thank you for your reply. I applied it but it has not worked. I do not want the author, date or category to show on the blog posts. below is all the code added to the custom CSS section. Do you think there is a conflict? .feature_blog_content .post .post_content { display: none; } .feature_mid_content { display: none!important; }
Hello, It would be better for us to understand your query with the help of some edited screenshots. Please share some screenshots of the concerned areas of your site. So that we can deliver you an exact and appropriate solution to you, Looking forward to hearing from you soon. Thanks & Regards! Akbar InkThemes.com PS: You can create your screenshots using screenpresso (http://www.screenpresso.com).
Hi, Just paste the code given below in Custom CSS section. (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .post_content ul.post_meta { display: none; } Hope this helps...! Thanks & Regards! Akbar InkThemes.com
You are most Welcome! Always feel free to ask your queries at our support forum: http://inkthemes.com/community/ We would be glad to assist you... Have a nice day! Thanks & Regards! Akbar InkThemes.com