Home Forums WoodMart support forum Costumes the look of checkout page …elementor??

Costumes the look of checkout page …elementor??

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #362512

    puffgo
    Participant

    I need to bold the shipping part

    also may want to change the font size ect. on the rest of that page any way to edit it in “elementor” ?

    #362665

    Hello,

    Please try adding the following Custom CSS in the Global Cutom CSS area under Theme Settings >> Custom CSS.

    ul#shipping_method li label {
        font-weight: bold;
    }
    
    tr.woocommerce-shipping-totals.shipping th {
        font-weight: bold;
    }

    To modify the font sizes of the areas you can read our detailed documentation:
    https://xtemos.com/docs/woodmart/advanced-typography-settings/

    Best Regards

    #364349

    puffgo
    Participant

    the css code worked
    thank you!!

    #364351

    puffgo
    Participant

    I also want to bold the payment section on the checkout page.

    all of that output:

    Cash on delivery
    Pay with cash upon delivery.

    #364505

    Hello,

    You are Most Welcome.

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

    Best Regards

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