Reduce space & font size between product title, price, variable
-
Hi,
Can someone provide some CSS that will reduce the space between the product title and pricing, and also reduce the space between the pricing and variable drop down menu. I would also like to reduce the size of the fonts as well.
I found a post on this forum from 2.5 years ago where the OP provided the code below, but it doesn’t change everything I need. I’m able to make some corrections, but I still need to make the product title and pricing font smaller and reduce the spacing between the two.
.woocommerce div.product form.cart .variations label {
font-family: inherit;
font-size: 16px;
}
.woocommerce div.product form.cart .variations {
margin-top: -20px;
}Thank you!
Frank
The page I need help with: [log in to see the link]
- The topic ‘Reduce space & font size between product title, price, variable’ is closed to new replies.