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

Unable to Edit Wishlist Page in Elementor

Viewing 2 posts - 1 through 2 (of 2 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

    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,

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