Css code to change custom price labels
-
Id like the custom price labels to conform with the default woocommerce prices..
the default for woocommerce is
font-weight: 700;
font-size: 16px;But the custom price lables show
font-weight: 400;
font-size: .857em;I tried the following code in custom css but it doesnt seem to be working.
div.price-cart
{
font-weight: 700;
font-size: 16px;}Help please?
ThanksThe page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Css code to change custom price labels’ is closed to new replies.