Hi,
it is crazy, such a simple thing but i can’t find the solution how to do it.
In the shoppingcart (woocommerce) there is a point “change shipping adress” which is very small. If i check the code i see tha needed label:
#top label span, #top legend span
I have to change this to font-size 20px but i don’t get it. Maybe you could check and help me. (put one article in the cart and go to the seconde page (kasse) on the right-top you’ll see the field.
THANK you
Hey breezemedia,
Please try the following in Quick CSS under Enfold->General Styling:
.woocommerce-shipping-fields label span {
font-size:20px !important;
}
Best regards,
Rikard
yipee … Perfect. You are the best!