How to remove the Yes/May Be/No buttons of Facebook poll?

  1. Home
  2. Docs
  3. Khore
  4. Frequently Asked Question...
  5. How to remove the Yes/May Be/No buttons of Facebook poll?

How to remove the Yes/May Be/No buttons of Facebook poll?

Please activate child theme as per the below tutorial:
https://showthemes.zendesk.com/docs/khore/how-to-activate-a-child-theme/

Then, please go to Appearance->Editor->style.css

Add the eblow code to the end of the style-sheet:

.page_facebook .fbook__item { display: none;}

Save the file.

Please do the changes in child theme. If you have done any code changes in parent theme, you will lose those changes when you upgrade.

Was this article helpful to you? Yes No