Home Forums WoodMart support forum cart modifications

cart modifications

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

    mitcheos
    Participant

    Hi, can you please tell me how to modify the following, see image for more info.

    1) Apply coupon colour from brown to grey
    2) you may be interested in text to lower case with first let capital “You may be interested in”
    3) Make the upsell products smaller (when you have two products as upsells it looks too big)

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #189169

    Hello,

    I saw the screenshot you attached.

    1) To change the color of the apply coupon button you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .row.cart-actions .button {
    background: red;
    }

    2) To change the transformation of upsells title on the product page you need to add the following Custom CSS.

    .upsells-carousel .title {
    text-transform: none;
    }

    3) For the upsells please provide some relevant screenshot of the specific area with the URL of the page to check it myself and help you out accordingly.

    Best Regards.

    #190725

    mitcheos
    Participant

    Hi, the upsells is in the first image with the red line at the bottom of the cart page. I want to make these images smaller.
    Thanks

    #190749

    Hello,

    The products’ images are controlled by WooCommerce and our theme doesn’t influence it. WooCommerce Provide some settings for the product images that you can find under Appearance >> Customize >> WooCommerce >> Product Images.

    Screenshot for Clarification: https://ibb.co/Jt5Dd31

    It works the same for all the product’s thumbnails, categories thumbnails, upsells thumbnails.

    Best Regards.

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