How to remove Like button from menu item
- The topic ‘How to remove Like button from menu item’ is closed to new replies.
Need help? Check out our Support site, then
Hi
I wonder how to remove the ‘Like’ Button from my menu item. It’s still there even I have removed from check-box in the setup menu page.
Thank you so much for your great support always.
Below is my page:
The blog I need help with is: (visible only to logged in users)
Hello,
“It’s still there even I have removed from check-box in the setup menu page.”
– Hmm… It might be a glitch in a WordPress.com system. In this case, please add this custom CSS to hide this “like” section in the menu template:
.type-nova_menu_item .sd-like-enabled {
display: none;
}
Let me know if you have any additional questions regarding this section.
Kind regards,
Taras
It works! Thank you so much :)
You are very welcome! :)
Best regards,
Taras