Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1158581

    I am building my webpage using enfold and woocommerce, i would like to change the font-size in the cart and checkout pages, as well as the check box text color

    Hope you can help me, thank you

    #1158650

    Hey jfga1969,

    You mean on the cart page table? Also which check box?

    Best regards,
    Jordan Shannon

    #1158662

    Yes the cart page table as well as the checkout page table-

    Thanks

    #1158680

    Hi,

    I see,

    Add this to quick css and adjust the size you need it to be:

    Cart Page

    .woocommerce-cart-form table th,
    .woocommerce-cart-form table td,
    .cart_totals table th,
    .cart_totals table td{
    font-size:20px!important;
    }

    Checkout Page

    form.checkout.woocommerce-checkout font{
    font-size:20px!important;
    }

    Best regards,
    Jordan Shannon

    #1158931

    Thank you very much, it works within the Cart Page, unfortunately it does not work within the Checout Page

    #1158946

    Hi,

    Did you clear the cache a few times over on the checkout page?

    Best regards,
    Jordan Shannon

    #1158961

    Hi,

    I think it was the cache, thank you ver much. It is working now.
    The other question that i have is about how to change the color of some text (not all) in the checkout page, i am sorry i do not know the exact name (it is my first webpage ever), what i need to change is the dark grey color in the checkout page for the following:

    * Ship to another address
    * (optional)
    * create an account
    * I have read an i accept

    I hope you understand what i mean

    Best regards,
    Fernando Guevara

    #1159174

    Hi,

    Add this to quick css:

    label span{
    color:#fff!important;
    }

    Best regards,
    Jordan Shannon

    #1159335

    Thank you, it works very good. Could you please tell me how to edit the text in the “order received page”, the first thing that appears in this page is: “Thank you, your order has been received”, i would like to change it.

    Best regards,
    Fernando Guevara

    #1159357

    Hi,

    Would you be able to start a new topic for that. We like to keep threads to one topic so not to confuse others who need help in the future.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.