Home Forums WoodMart support forum How to change the colour of the Actual striked price in the sale product.

How to change the colour of the Actual striked price in the sale product.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #174683

    vishalbhutani
    Participant

    Hi, can you please help me change the heightened font colour?

    Plus is it possible to remove the “have a coupon option from the checkout page only, while retaining it on View cart page?

    You can see https://mamaearth.in/checkout they are using the same theme, just below the returning customer they don’t have the have a coupon line, but they have on view cart page.

    The last issue is when my shipping bar is showing the address of the store, while it is not there on the Mama Earth site.

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

    Hello,

    1) Please add the following Custom CSS code in the Global Custom CSS area under Theme Settings >> Custom CSS.

    del .amount {
    color: red !important;
    }

    You can change the color according to your requirements.

    2) To hide the have a coupon form from checkout page you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-form-coupon-toggle {
    display: none;
    }

    3) By default WooCommerce displays the address that has been set during WooCommerce setup that’s why it is displayed there.

    You can read the following article for further help:
    https://docs.woocommerce.com/document/setting-up-shipping-zones/

    Best Regards.

Tagged: 

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