Home Forums WoodMart support forum Wishlist

Wishlist

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #689961

    komolov-nv
    Participant

    Hello.
    How do I delete the my account menu from the wishlist page? And the social icons menu with the untranslated word “share”, I need to change that.
    When I try to change the wishlist page, I only see the shortcode [woodmart_wishlist].

    #690040

    Hello,

    01. To delete the “Account menu” from the wishlist page, Try to add the following Custom CSS code in Theme Settings > Custom CSS:

    .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account {
        display: none !important;
    }

    02. You need to use the Loco Translate plugin, more details on how to use it are here – https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/

    Best Regards,

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