Hi All,
I removed the fields ‘number of comments’ and ‘author’ in all my posts (see the CSS code added, suggested by your support).
When I click on categories I see again ‘number of comments’ and author. How is it possible to remove it even in this case?
.entry-content-wrapper .post-title {
font-size: 38px !important;
}
p {line-height: 1.6em}
.slide-entry-excerpt {
display: none;
}
span.text-sep-date {
display: none;
}
.side-container-comment-inner {
display: none;
}
Hey sandreucci,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .comment-container.minor-meta,
#top .blog-author.minor-meta,
#top .text-sep.text-sep-cat {
display:none;
}
If you need further assistance please let us know.
Best regards,
Victoria
thanks!!! Perfect! It works well!
Hi sandreucci,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria
Hi,
I wanted the same and the the code worked for me also, but it appears like that:
Februar 21, 2021 / / in category,
is it possible that appears with just one / ?
Thanks
Hi Victor-M ,
Sure, could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi, ok thanks
Hi Victor-M,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .text-sep.text-sep-comment {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria