Open carolarg opened 9 years ago
Hi, if you access your file manager and head to
public_html/wp-content/themes/wedocs-master/assets/css
The edit the file called
main.min.css
On line 908 you should see
.wedoc-feedback-wrap{padding-top:15px}.wedoc-feedback-wrap a{font-weight:bold;padding:0 5px;border-radius:3px}
Replace it with
.wedoc-feedback-wrap{padding-top:15px; display:none}.wedoc-feedback-wrap a{font-weight:bold;padding:0 5px;border-radius:3px}
I have added ;display:none
That will now hide them for you
Hi, is there a way to remove the voting icons? Thanks a lot!