Home Forums WoodMart support forum Unable to Edit Wishlist Page in Elementor

Unable to Edit Wishlist Page in Elementor

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #698248

    ivoltbg
    Participant

    Hello,

    I tried to edit the wishlist from Pages → Wishlist, but in Elementor it said that this page is controlled by the theme. I went to Theme Settings → Wishlist, but there I can only select which page to use and I’m not given an option to edit it.

    I want to remove the section shown in the attached image. How can I do that?

    Regards,
    Nikola

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    You cannot edit these functional pages with Elementor directly. If you want to account sidebar, please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

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

    Best Regards,

    #701207

    ivoltbg
    Participant

    Hi, thank you. It’s great, but could you also center the content from the attached image? Thanks.

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

    ivoltbg
    Participant

    Credentials for previous answer here:

    #701315

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    We have replied to you in your another thread about the same problem in the following ticket:
    https://xtemos.com/forums/topic/removing-the-area-shown-in-the-attached-image/

    Best Regards,

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