Tilt: Comments in Menu

Posted in: Newspaper
Post count: 45

I use Facebook Comments on my single posts. It is disabled for pages. All ok so far.

But on custom menu with page, you see a comment bar just below the mine when open.

Link example:http://www.clickcamboriu.com.br/transito/2016/01/motociclista-morre-atropelada-por-caminhao-em-itajai-135048.html

Note that when the “Blogs” menu is open (it is customized to page), is appearing the comments below.

Post count: 22421

Hello,
You can use a simple css trick to hide the comments from the menu:
.menu-item-116719 .fb_iframe_widget_fluid, .menu-item-116719 h3:nth-last-child(3), .menu-item-116719 p:nth-last-child(2){
display:none!important;
}

Simply add the code in your cusotm css box in the theme panel.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.