• twygg

    (@twygg)


    I am using your Givingpress Lite theme. I do not want to include Comments in my site at all. Is it possible to get some code that will remove the “Leave a Comment” text and talk bubble icon from the Post pages? Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Organic Themes

    (@organicthemes)

    Hello @twygg,

    You could try adding the following style within the Customizer or a child theme:

    .post-date .align-right,
    .single .post-date p:first-child {
      display: none;
    }

    I hope this helps. Thanks!

    David

Viewing 1 replies (of 1 total)
  • The topic ‘Remove “Leave a Comment” text and Icon’ is closed to new replies.