-
AuthorPosts
-
February 19, 2021 at 10:38 am #1282174
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;
}February 20, 2021 at 11:28 am #1282401Hey 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,
VictoriaFebruary 20, 2021 at 11:50 am #1282416thanks!!! Perfect! It works well!
February 21, 2021 at 7:55 pm #1282649Hi sandreucci,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaFebruary 22, 2021 at 10:49 am #1282742Hi,
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
February 22, 2021 at 6:55 pm #1282872Hi 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,
VictoriaFebruary 23, 2021 at 11:41 am #1283036Hi, ok thanks
February 24, 2021 at 4:31 pm #1283443Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.
