Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #688765

    Ahoy, I would like to customize the blog posts widget on the home page of my website online. I do not want it to effect other instances of the widget. Only the page in the private content

    I would like to do the following:

    Remove the “Comment and /” text from the entry

    #688779

    Hey mcraig77!

    Please add following code to Quick CSS

    .page-id-431 .slide-meta-comments, .page-id-431 .slide-meta-del {
        display: none!important;
    }

    Regards,
    Yigit

    #688794

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Customize blog posts widget Remove Comment and /’ is closed to new replies.