Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #974852

    Hello,
    I’d like to remove the 0 replies and the save my name checkbox and text from the comments.
    https://snag.gy/fBzv6w.jpg
    Is there some quick CSS I can use for this?
    Thanks!

    #974910

    Hey Cynthia45,

    Please provide a link to the site/page in question so we can inspect it.

    Best regards,
    Jordan Shannon

    #974915

    Hi Jordan,
    I’ve attached it in the private content.
    Thanks!

    #974927

    Hi,

    Add this to quick css:

    .side-container-comment-inner{
    display:none!important;
    }
    
    .comment-form-cookies-consent{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #974936

    Thanks! That worked.

    I’ve added recaptcha but it seems to be there twice and I’ve only added it once.
    Is there a way to get rid of the one after the post comment button?

    #975006

    Hi,

    Please add

    #gglcptch_recaptcha_1264807652 { display: none; }

    it should work out to hide the first one :)

    Best regards,
    Basilis

    #975288

    Thanks Basilis
    I added that to the quick css and it there are still two of them. I would actually prefer the captcha to be just above the post comment button.
    Is there any way to do that?

    #975518

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.