Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Expectation: The custom field for rating above the comment form and name and email id below comment form.
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.
@elvinia can you please tell me the class names for reply form, I wanted to customize reply form.
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;
}