Desactivar comentarios en blog
-
Hola! Quiero desactivar el bloque de comentarios en el blog. Como puedo realizarlo?
Attachments:
You must be
logged in to view attached files.
Y tambien quisiera eliminar la fecha visible de publicación de los post.
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
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
Excelente! Muchas gracias!
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.
The topic ‘Desactivar comentarios en blog’ is closed to new replies.