Unable to Edit Wishlist Page in Elementor
-
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.
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,