Home › Forums › WoodMart support forum › How do I edit my Favorites?
How do I edit my Favorites?
- This topic has 7 replies, 2 voices, and was last updated 9 months, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 27, 2024 at 2:19 pm #561270
mailgolubbParticipantНе найду где можно отредактировать страницу избранного?
April 27, 2024 at 3:37 pm #561299
Aizaz Imtiaz AwanKeymasterHello,
Wishlist is a functional page and it is not editable.
Also, Navigate to Theme Settings > Shop > Configure Wishlist page.
Please check this Manual:
https://xtemos.com/docs-topic/wishlist/Best Regards.
April 27, 2024 at 5:05 pm #561326
mailgolubbParticipantI am interested in how to remove unnecessary things on the page itself? Or add something of your own.
Attachments:
You must be logged in to view attached files.April 29, 2024 at 9:49 am #561539
Aizaz Imtiaz AwanKeymasterHello,
Could you please indicate the specific section you’d like to remove? Also, share the page url so i will check and give you a possible solution.
Best Regards.
May 20, 2024 at 3:50 pm #566758
mailgolubbParticipantI need to remove the sidebar on the Favorites page. And add something of your own. I can’t find where to change it
Attachments:
You must be logged in to view attached files.May 21, 2024 at 10:07 am #567033
Aizaz Imtiaz AwanKeymasterHello,
If you want to disable it. Add the following custom css code in theme settings > custom css. Replace the page ID of your own wishlist page.
body.page-id-118 .wd-my-account-sidebar { display: none; } body.page-id-118 .woocommerce-MyAccount-content { flex: 1 0 100%; max-width: 100%; width: 100%; }
If you want to add something in the sidebar. Navigate to Pages > Edit Wishlist Page > In the Bottom of the page settings configure the sidebar.
Best Regards.
May 21, 2024 at 6:36 pm #567302
mailgolubbParticipantThanks, I’ve removed the panel. A couple more questions about editing the page. 1 How do I remove the button and change the title? 2 When an item is added, it is displayed as a very large card. How can I change the size of the card and the number of cards displayed in a row? You need the size of the card, as in the main categories.
Attachments:
You must be logged in to view attached files.May 22, 2024 at 10:10 am #567417
Aizaz Imtiaz AwanKeymasterHello,
01. To remove the button, Try to add the following custom css code in the theme settings > custom css. Please replace the page id with your own page.
.page-id-60 .return-to-shop { display: none; }
02. To change the title text try to use the loco translate plugin to change the text.
For more information please read the theme documentation here:
https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/03. Navigate to Theme Settings > Product Archive > Products Grid > Choose Products columns on desktop.
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register