Home Forums WoodMart support forum Order Table

Order Table

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

    rlifestylestore
    Participant

    The font size in the order table for the details not the titles, are too small. How can I make them a bit bigger?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have checked your site, and I don’t see the Add to Cart button. It seems like it might be restricted.

    Please enable the option to add products to the cart, so I can check the checkout page properly and provide you with the custom CSS code to adjust the font size.

    Best Regards,

    #647431

    rlifestylestore
    Participant

    I did not restrict the add to cart feature. You would have to select a product that is in stock if you want it to show in the cart. The font size in the order table for the details not the titles, are too small. How can I make them a bit bigger?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global CSS section. Change the value as per your requirements.

    .wd-checkout-prod-title, 
    .wd-checkout-prod-total, 
    .woocs_special_price_code, 
    .woocommerce-checkout-review-order-table tfoot td, 
    .wd-free-progress-bar {
        font-size: 20px;
    }

    Best Regards,

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