I’m trying to remove the clock icons for the meta date and if possible delete the meta data for the category. I have tried using plugins and adding custom CSS but it did not work. After contacting my hosting support, they told me its most likely an issue with Envato Element theme.
If someone could help me out that would be very much appreciated.
For example the site I need help with is:
As you can see on the top beside my name, there is a empty clock icon that I cannot remove , as well as the bottom where it says “you may also like”
The right way would be to amend the page template but easier may be to use custom CSS DO NOT mess with the main stylesheets or page templates if you do not know what you are doing.
For the first one at the top:
.meta-date {
display: none;
}
For the related post one:
time.published i {
padding-right: 5px;
display: none;
}