Hi Team,
How can i increase the font size for woocommerce?
Hi Team,
I meant to increase the font size of the following, http://screencast.com/t/F7XA4cDsvLL
Hey!
Add this to your custom CSS.
#ship-to-different-address { font-size: 15px !important; }
Cheers!
Elliott
Hi Elliott,
i have tried that but it only increases the position away from the top, not the font size itself.
Hey!
Sorry, use this instead.
#ship-to-different-address label {
font-size: 15px !important;
}
Regards,
Elliott
works like a charm, thanks.