Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #414710

    How can I change the comment box?
    I want to describe the CAPTCHA with a few words and add a “her comment” above the comment textbox.

    Thanks and Regards
    Lukas

    • This topic was modified 9 years, 8 months ago by LukasE.
    #415077

    Hey LukasE!

    Do you have a link for the site in question so that we can have a closer look please?

    Best regards,
    Rikard

    #415078
    This reply has been marked as private.
    #415777

    I am looking for a child theme suitable solution to edit the comment form.
    My client insists it and the customer is King as you know… ;)

    #416218

    Hi!

    Please try the following in Quick CSS under Enfold–>General Styling:

    span.wc-label.wc-captcha-label:before {
      content: 'Your CAPTCHA description goes here';
    }

    Regards,
    Rikard

    #424543

    It is expanded , but unfortunately does not work. Perhaps there is a small error in the lines of the Quick CSS?

    #425049

    Hi!

    You can try this:

    .captchaSizeDivLarge:after {
      content: 'Description Here';
      display: block;
      clear: both;
      color: red;
    }
    
    .captchaSizeDivLarge {
      margin-bottom: 20px;
    }

    Best regards,
    Ismael

    #425140

    Hi!

    Unfortunately does not work either.
    It still looks like Screenshot1 and should look like Screenshot2.

    Best regards,
    Lukas

    #425141
    This reply has been marked as private.
    #425270

    Hey!

    Please add following code to Quick CSS

    input#captcha_code {
      width: 15%!important;
      float: left;
    }
    label#captcha_code_label {
      display: none;
    }
    #captcha_code_label + span.required:before {
      content: 'Here goes your text '!important;
      color: #666;
      font-weight: bold;
      font-size: 11px;
      margin-left: 10px;
    }

    Regards,
    Yigit

    #425279

    Great,
    now it works!

    Thanks a lot and regards
    Lukas

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Customizing Comments Element’ is closed to new replies.