tareq1988 / wedocs

A documentation theme for WordPress
http://docs.wedevs.com
394 stars 129 forks source link

Removing votes #16

Open carolarg opened 9 years ago

carolarg commented 9 years ago

Hi, is there a way to remove the voting icons? icons Thanks a lot!

aled2305 commented 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