Site logo

Archived topic

mobile version shows facebook comments box under video on homepage

7 replies · Started by Ohad on February 2, 2020

Viewing posts 1–8 of 8

how do i remove the facebook comments box from under the homepage video on the mobile version of my site?

that didn't help since facebook comments does not appear under visibility controls or anywhere else when configuring. it only appears when viewing on mobile.

Try this CSS:

@media (max-width: 768px) {
    .elementor-element-65fdbd7 {
        display: none;
    }
}

that did it, thanx! wish there was a more intuitive way of doing it though

Might be worth mentioning to Elementor.

Glad I could help!

so now the fb comment box is not only back but appearing on the desktop version too. plus it's dinging my gtmetrix score. is there a way to remove it altogether from the theme? i don't need it.

Its not part of the Theme :)
Simply edit your Home Page in Elementor - select the FB Comments widget and delete it.

This archived topic is closed to new replies.