Okay
  Public Ticket #3195054
Removing blog
Closed

Comments

  • Ramona started the conversation

    Dear team,

    Could you please help me deactivating/ removing the blog option that I see on my homepage? Please see the attachement.

    Many thanks in advance!

    Attached files:  Ticket removing Blog.png

  •  850
    Jelly replied

    Hello,

    Please add this code to Appearance > Customize > Additional CSS:

    .home .intro-comments {display:none} .home div#comments {display:none} .home ul.commentslist {display:none} .page + .section {display:none}
    

    Best Regards,
    Jelly Team

  • Ramona replied

    Hi Jelly Team,

    Thanks a lot! Could you also help to explain me how to deactivate the blog option on all my pages?

    Does it help if I give you the titles of the pages?

    Many thanks,

    Ramona


  •  850
    Jelly replied

    Please try this code:

    .intro-comments {display:none} div#comments {display:none} ul.commentslist {display:none} .page + .section {display:none}
    

    Best Regards,
    Jelly Team