Forums
Home / Theme: Fitness Hub / Author and Date
(@bkaramali)
4 years, 4 months ago
Hi How can I remove author and date on my posts?
(@codersantosh)
Hello @bkaramali,
Please try following custom CSS on Apperance => Customize => Additional CSS
.posted-on,.entry-footer .author { display: none !important; }
Best Regards!