Home / Forums / Space themes support forum / Wishlist Shop menu removal
Home › Forums › Space themes support forum › Wishlist Shop menu removal
Wishlist Shop menu removal
- This topic has 11 replies, 2 voices, and was last updated 4 months, 1 week ago by
Artem Temos.
-
AuthorPosts
-
February 20, 2026 at 6:08 pm #709407
craig-7256ParticipantPlease can you help me remove the unwanted menu that appears to the left of the wishlist page. Thank you.
Attachments:
You must be logged in to view attached files.February 23, 2026 at 10:25 am #709545Hello,
It is not possible to hide the “My Account” sidebar from the wishlist page with the theme options. Actually this page is a part of the WooCommerce account, that is why it is not possible for the wishlist page.
It requires customization and this is beyond our limitations and support policy.Kind Regards
February 23, 2026 at 1:47 pm #709577
craig-7256ParticipantUnderstood. Is it possible to style it out with css?
css is not one of my skills however, so if this is possible, are you able to help me with the css code?February 23, 2026 at 7:03 pm #709622You can use the following code snippet to do this. Replace
[wishlist page id]placeholder with the actual wishlist page ID https://monosnap.ai/file/u4adkySL7iRA4siRgz4gfSbNCRMCNm.post-[wishlist page id] .xts-my-account-sidebar { display:none; } .post-[wishlist page id] .woocommerce-MyAccount-content { max-width: 100%; flex-basis: 100%; }February 23, 2026 at 9:09 pm #709628
craig-7256ParticipantUnfortunately, my lack of experience makes your simple instruction appear a challenge!
-Created snippet code
-referenced it in the wishlist post
however, the wishlist page is now blankI understand it in principle. maybe syntax error?
I have attached screen shots
-
This reply was modified 4 months, 1 week ago by
craig-7256.
Attachments:
You must be logged in to view attached files.February 24, 2026 at 10:42 am #709671Please add the provided CSS custom code to
Theme Settings → Custom CSS → Global CSS.To ensure the Wishlist functionality works correctly on the wishlist page, please use the following shortcode:
[xts_wishlist]February 24, 2026 at 11:40 am #709685
craig-7256ParticipantThank you.
OK. I misunderstood and followed your latest instruction, however, the menu on the left still appears.
I have attached some screen shots of what I have done and what i see at the front end.Attachments:
You must be logged in to view attached files.February 24, 2026 at 1:49 pm #709719Hello,
As we can see, you didn’t replace the placeholder
[wishlist page id]with the actual page ID as we instructed earlier. Please put your wishlist page ID there and test how it works.Kind Regards
February 24, 2026 at 2:07 pm #709728
craig-7256ParticipantThere is something I am not understanding about your instruction.
Please can you tell me where i can find the [wishlist page id] placeholder ?
Thank youFebruary 24, 2026 at 2:08 pm #709729In the code we sent you earlier:
.post-[wishlist page id] .xts-my-account-sidebar { display:none; } .post-[wishlist page id] .woocommerce-MyAccount-content { max-width: 100%; flex-basis: 100%; }You need to replace it and it will become something like that
.post-123 .xts-my-account-sidebar { display:none; } .post-123 .woocommerce-MyAccount-content { max-width: 100%; flex-basis: 100%; }And where
123is your actual Wishlist page ID.February 24, 2026 at 2:15 pm #709732
craig-7256ParticipantThank you for your patience!
Your instruction was fine, i wasn’t following along!
It works now. thanks again.-
This reply was modified 4 months, 1 week ago by
craig-7256.
February 24, 2026 at 5:44 pm #709768Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.
-
This reply was modified 4 months, 1 week ago by
-
AuthorPosts
The topic ‘Wishlist Shop menu removal’ is closed to new replies.
- You must be logged in to create new topics. Login / Register