Hi Forums
I’m sure this is fairly simple, but I cant work out how to change the text on the consent checkbox on the comments box on my page
Any one able to help?
Hi Forums
I’m sure this is fairly simple, but I cant work out how to change the text on the consent checkbox on the comments box on my page
Any one able to help?
Thanks for writing to us.
Regretfully, there is no option to change the checkbox label of the comment form. It would require custom development and I would suggest you contact a developer who can assist you with your concern.
Please note that we don’t provide custom development support. It is out of the support scope.
In case if you have an idea about coding please check out this article
You can find the custom code to Change the text from here.
Hope it helps you.
Thanks for understanding
Hi Prakash
thanks for the help!
is there any reason I couldn’t change with jquery via theme settings global JS, I tried but it didnt seam to work
You can change it through JS for that you need to add this JS code to the X/Pro–>Theme Option —>JS
jQuery( document ).ready(function() {
jQuery('.single-post .comment-form-cookies-consent label').text("your text goes here");
});
Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.
Hope it helps you.
Thanks
This worked great! thanks!
Hey @vancouverwithlove,
You are most welcome!
We’re glad @Prakash_s were able to help you out.
Cheers.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.