Comments boatagna started the conversationSeptember 7, 2020 at 5:33pmHi !For the blog, I want to remove the article author icons, the publication date icons and the one from the tags below the article blocks. But also in the articles alone. 1,692Andrey repliedSeptember 8, 2020 at 10:57amHello, Dear Boatagna!To hide these elements, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here: .item-icons.darklinks { display: none; } .entry-meta.darklinks { display: none; } Then save changes and check the results at front-end.Best Regards! Sign in to reply ...
Hi !
For the blog, I want to remove the article author icons, the publication date icons and the one from the tags below the article blocks. But also in the articles alone.
Hello, Dear Boatagna!
To hide these elements, please click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:
Then save changes and check the results at front-end.
Best Regards!