Home Forums WoodMart support forum Removeing "Flat Rate" shipping labels

Removeing "Flat Rate" shipping labels

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #187096

    steli
    Participant

    Hello,

    How can i remove “Flat Rate” shipping labels from Cart, Thank you and Order Email.?
    https://imgur.com/NA1VIGe

    Thank you

    #187126

    Hello,

    I saw the screenshot you attached. Please provide the URL of the website to check it myself and help you out accordingly.

    Best Regards.

    #187255

    steli
    Participant

    the url is https://monpetit.ro

    #187336

    Hello,

    I have visited the URL you attached. To remove the shipping label flat rate you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    #shipping_method label {
    display: none;
    }

    This will remove the shipping label with amount.

    Best Regards.

    #187446

    steli
    Participant

    hello,

    i added the code, but is also removeing the shipping price and i dont want that.
    https://imgur.com/Lwv601b

    thanks

    #187460

    Hello,

    You cannot only remove the label and show only the price from the free shipping. Because both are added in a single tag.

    It requires customization and this is beyond our limitations and support policy.

    Best Regards.

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