Tagged: reader
Hello again, how could I hide these infos? Thank you
Hi there,
Add below custom CSS code in Appearance > Customize > Additional CSS to hide the author and comment link.
.entry-meta .by-author, .entry-meta .comments, .entry-meta > div:after { display: none; }
Thank you!
Hi, I have the same issue and I am trying to make it using your method, but it only works on the top of page, not in the lower widgets.
How can I work it out?
Also, how can I eliminate the slash (“/”) that is on the right of the date?
Thank you very much!
hi @santiago
We have edited the previous code to remove ‘author’, ‘comments’ and ‘slash’ from the entire site. Please copy those code and paste to the location we mentioned before.
Thank You