Removing Share Buttons from Wishlist Page
-
Hello, I was trying to remove the share buttons but I couldn’t find any solution.
How to do it?
Attachments:
You must be
logged in to view attached files.
Hello,
You can hide the share buttons on a wishlist page using CSS with the page ID.
.page-id-25 .wd-social-icons {
display: none !important;
}
Replace 25 with the actual ID of your page and add the css code in Theme Settings > Custom CSS. This will hide the share buttons on the wishlist page.
Best Regards,