Home Forums WoodMart support forum How do I edit my Favorites?

How do I edit my Favorites?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #561270

    mailgolubb
    Participant

    Не найду где можно отредактировать страницу избранного?

    #561299

    Hello,

    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.

    #561326

    mailgolubb
    Participant

    I 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.
    #561539

    Hello,

    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.

    #566758

    mailgolubb
    Participant

    I 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.
    #567033

    Hello,

    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.

    #567302

    mailgolubb
    Participant

    Thanks, 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.
    #567417

    Hello,

    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.

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