Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing votes #16

Open
carolarg opened this issue Jul 3, 2015 · 1 comment
Open

Removing votes #16

carolarg opened this issue Jul 3, 2015 · 1 comment

Comments

@carolarg
Copy link

carolarg commented Jul 3, 2015

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

@aled2305
Copy link

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

flegfleg pushed a commit to flegfleg/wedocs that referenced this issue Jan 19, 2020
Typo in the key name (causes a PHP notice on line 111 `$args['after']`).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants