Notifications
Clear all
Topic starter
22/10/2019 11:02 am
Expectation: The custom field for rating above the comment form and name and email id below comment form.
23/10/2019 2:10 pm
Hi @adarshm07,
I apologize for the late response.
I'm sorry but there is no way to change the rating starts position. Even if you change the position via CSS or js it'll still not work.
Topic starter
23/10/2019 2:29 pm
Topic starter
24/10/2019 3:49 pm
@elvinia can you please tell me the class names for reply form, I wanted to customize reply form.
24/10/2019 4:44 pm
The reply box section has the following class:
.wc-secondary-form-wrapper
You can use the class and make manipulations with the elements of the reply box.
E.g.
.wc-secondary-form-wrapper textarea{
width: 350px;
}