-
AuthorPosts
-
March 19, 2015 at 6:23 pm #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 10 years, 7 months ago by
LukasE.
March 20, 2015 at 7:35 am #415077Hey LukasE!
Do you have a link for the site in question so that we can have a closer look please?
Best regards,
RikardMarch 20, 2015 at 7:37 am #415078This reply has been marked as private.March 21, 2015 at 7:47 pm #415777I 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… ;)March 23, 2015 at 6:59 am #416218Hi!
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,
RikardApril 7, 2015 at 10:14 am #424543It is expanded , but unfortunately does not work. Perhaps there is a small error in the lines of the Quick CSS?
April 8, 2015 at 3:39 am #425049Hi!
You can try this:
.captchaSizeDivLarge:after { content: 'Description Here'; display: block; clear: both; color: red; } .captchaSizeDivLarge { margin-bottom: 20px; }Best regards,
IsmaelApril 8, 2015 at 9:11 am #425140Hi!
Unfortunately does not work either.
It still looks like Screenshot1 and should look like Screenshot2.Best regards,
LukasApril 8, 2015 at 9:12 am #425141This reply has been marked as private.April 8, 2015 at 1:46 pm #425270Hey!
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,
YigitApril 8, 2015 at 1:55 pm #425279Great,
now it works!Thanks a lot and regards
Lukas -
This topic was modified 10 years, 7 months ago by
-
AuthorPosts
- The topic ‘Customizing Comments Element’ is closed to new replies.
