Tagged: facebook likebox, sidebar
Hello,
Im creating a shop with woocommerce.
In the Single-Product-Pages there is displayed the facebook-likebox at the left side although I deactivated all sidebards.
I also did not insert a widget with that box.
Thank you!
Is there anybody who can tell me how du deactivate this likebox/sidebar?
Hi,
use this code inside your Quick CSS field to remove it:
section#avia_fb_likebox-2 {
display: none;
}
Best regards,
Andy