How can I hide the social buttons in fancybox.

admin

Add this to a css file, e.g. to the style.css of your theme:

.fancybox-title iframe, .fancybox-title .pin-it-button {
  display: none !important;
}

Back to FAQs