Home Forums WoodMart support forum Need urgent help with customizations.

Need urgent help with customizations.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #475148

    dexterfox44
    Participant

    1. how can i change the image size in Wishlist page..

    2.how can i make Wishlist page full size and remove size widget from the Wishlist page – https://prnt.sc/wi2tXOgcPsqf

    3. on cart page i want that when i change the quantity the price will auto update.. its lil frustrating to click “update cart” every time.. https://prnt.sc/hAwLDFtETmmI

    4. how can i make cart section dropdown.. instead of side slide.. https://prnt.sc/g4an0YyyIciJ

    #475267

    Hello,

    01. Which image do you want to decrease the size of?

    02. Secondly, the Sidebar under the Wishlist only appears for the Logged In Users not for the ones which are not Logged In. For the Account Sidebar hiding on the Wishlist page for the Logged In Users, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .page-id-118 .wd-my-account-sidebar {
        display: none !important;
    }
    .woocommerce-MyAccount-content {
        flex: 1 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    03. Go to Theme Setting -> Shop -> Cart -> enable the option Update cart on quantity change.

    04. Go to Woodmart -> header builder -> edit current header -> Configure account setting. Set the form display dropdown.

    Best Regards.

    #475335

    dexterfox44
    Participant

    01. Which image do you want to decrease the size of?
    – I want to change the size of these images. . https://prnt.sc/fmieMqwFJYJ_

    #475404

    Hello,

    You can read our detailed documentation about images.
    https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/

    Best Regards.

Tagged: 

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