Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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;
    }

    #1282401

    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

    #1282416

    thanks!!! Perfect! It works well!

    #1282649

    Hi sandreucci,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1282742

    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

    #1282872

    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

    #1283036

    Hi, ok thanks

    #1283443

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.