Tagged: CSS, woocommerce
Hi,
This is probably little bit off-topic, because it is woocommerce related problem, however maybe somebody can help.
I have a problem to set few rows and cells in these tables to show text as normal, and not bolded, as it is appears now.
Please check these screenshots for the reference.
https://www.dropbox.com/s/1hhds0pl11qoa6d/cart.jpg
https://www.dropbox.com/s/98s06a3gq7e01uh/checkout.jpg
https://www.dropbox.com/s/dfp2mgi3zpcf50h/order-received-page.jpg
Is there any simple way to do this?
Thank you in advance.
Sure I can.
http://caviarazovka.i-audience.com/
http://caviarazovka.i-audience.com/cart/
http://caviarazovka.i-audience.com/checkout/
Hi!
Please add following code to Quick CSS in Enfold thee options under General Styling tab
.shipping th, th.product-name, tr.shipping th, th.product-total, .order_details tr:nth-child(2) {
font-weight: normal!important;
}
Best regards,
Yigit
This is excelent Yigit.
Thank you so much for your help.
Cheers!