Removing “Wishlist” from “My Account” Page
-
Hi,
could you please tell me where I can remove the “Wishlist” item from the “My Account” page?
Please see the attached screenshot.
Thank you!
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woocommerce-account .wd-my-account-sidebar .woocommerce-MyAccount-navigation-link--wishlist,
.woocommerce-account .woocommerce-MyAccount-content .wishlist-link {
display: none;
}
Best Regards,
Hi,
unfortunately, the item is not removed from the dropdown menu even after adding “!important”. Could you please tell me why and how I can remove it from there? See the attached screenshot.
Thank you.
Attachments:
You must be
logged in to view attached files.
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist {
display: none !important;
}
Best Regards,
Hello,
Thank you for the amazing support! Your help is truly invaluable.
You can close topic.
Hello,
You’re very welcome! If you need anything else, feel free to reach out!
Thanks for contacting us.
Have a great day.
Topic Closed.
Best Regards,
The topic ‘Removing “Wishlist” from “My Account” Page’ is closed to new replies.