Hi!
I have a website and I’m using your plugin. I wanna disable public button dropdown menu, because it looks stupid. If you wanna check it, here’s the link.
So in the link you can see “herkese açık”. It means public. How can I disable this thing?
Thanks,
Omer
1 Answers
To disable the “Public/ private” button in your site, you can add the following code to the style.css file:
.dwqa-single-question .dropdown-toggle { display: none; }
Regards,
Which style.css file I have to edit?
You can log in to Dashboard > Appearance > Editor > style.css file.
Please login or Register to submit your answer