-
AuthorPosts
-
November 20, 2019 at 7:42 pm #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
November 21, 2019 at 12:54 am #1158650Hey jfga1969,
You mean on the cart page table? Also which check box?
Best regards,
Jordan ShannonNovember 21, 2019 at 1:29 am #1158662Yes the cart page table as well as the checkout page table-
Thanks
November 21, 2019 at 2:49 am #1158680Hi,
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 ShannonNovember 21, 2019 at 8:09 pm #1158931Thank you very much, it works within the Cart Page, unfortunately it does not work within the Checout Page
November 21, 2019 at 11:20 pm #1158946Hi,
Did you clear the cache a few times over on the checkout page?
Best regards,
Jordan ShannonNovember 22, 2019 at 1:14 am #1158961Hi,
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 acceptI hope you understand what i mean
Best regards,
Fernando GuevaraNovember 22, 2019 at 2:57 pm #1159174Hi,
Add this to quick css:
label span{ color:#fff!important; }
Best regards,
Jordan ShannonNovember 22, 2019 at 9:37 pm #1159335Thank 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 GuevaraNovember 23, 2019 at 12:16 am #1159357Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.