Home Forums WoodMart support forum customize wishlist page

customize wishlist page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #488415

    maria_marketing.spt
    Participant

    Hi, how could I remove the dashboard items from my wishlist page? I want the wishlist page to start from “Your Products wishlist”, basically I want “My account” menu gone from here, could you help please?

    Attachments:
    You must be logged in to view attached files.
    #488486

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.page-id-60 .wd-my-account-sidebar{
        display: none;
    }
    body.page-id-60 .woocommerce-MyAccount-content {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%;
    }

    Please replace 60 for the ID of your page.

    Best Regards

    #488495

    maria_marketing.spt
    Participant

    It works, thanks so much! Your help is highly appreciated. Very good customer service always, thanks!

    #488519

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for your rate and feedback on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance!

    Wish you a wonderful day!

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

The topic ‘customize wishlist page’ is closed to new replies.