Home Forums WoodMart support forum Removing “Wishlist” from “My Account” Page

Removing “Wishlist” from “My Account” Page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #671022

    ivoltbg
    Participant

    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.
    #671156

    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,

    #671455

    ivoltbg
    Participant

    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.
    #671500

    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,

    #671845

    ivoltbg
    Participant

    Hello,

    Thank you for the amazing support! Your help is truly invaluable.

    You can close topic.

    #671916

    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,

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Removing “Wishlist” from “My Account” Page’ is closed to new replies.