Notifications
Clear all

[Solved] How to insert Rating Custom field above comment form?

6 Posts
2 Users
0 Likes
1,135 Views
(@adarshm07)
Active Member
Joined: 5 years ago
Posts: 8
Topic starter  

Expectation: The custom field for rating above the comment form and name and email id below comment form.


   
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

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.


   
(@adarshm07)
Active Member
Joined: 5 years ago
Posts: 8
Topic starter  

@elvina

It worked with CSS, adding z-index solved the possible issue you told.

 

Thank you


   
(@adarshm07)
Active Member
Joined: 5 years ago
Posts: 8
Topic starter  

@elvinia can you please tell me the class names for reply form, I wanted to customize reply form.


   
Elvina
(@elvina)
Support
Joined: 5 years ago
Posts: 1403
 

@adarshm07,

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;
}

   
(@adarshm07)
Active Member
Joined: 5 years ago
Posts: 8
Topic starter  

@elvina thank you


   
Share:
Scroll to top