Home Forums WoodMart support forum Desactivar comentarios en blog

Desactivar comentarios en blog

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #272188

    ferro
    Participant

    Hola! Quiero desactivar el bloque de comentarios en el blog. Como puedo realizarlo?

    Attachments:
    You must be logged in to view attached files.
    #272196

    ferro
    Participant

    Y tambien quisiera eliminar la fecha visible de publicación de los post.

    #272288

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single .comments-area {
        display: none;
    }
    
    .woodmart-post-date {
        display: none;
    }

    Best Regards

    #272323

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single-post .woodmart-post-date{
    display:none;
    }
    .comments-area{
    display:none;
    }

    Best Regards

    #272804

    ferro
    Participant

    Excelente! Muchas gracias!

    #272891

    Most Welcome 🙂

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.

    please, help us improve our theme and servicing by filling the following quiz
    https://8uehqcg4tjy.typeform.com/to/IgyV2EiP
    it won’t take more than 2 minutes of your time 🙂

    Thanks for contacting us.
    Have a great day 🙂

    Topic Closed.
    Best Regards.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Desactivar comentarios en blog’ is closed to new replies.