Hello,
I would like to change the “Add to cart” font and the font of the prices as well as their size and boldness so that they appear a little bit bigger.
I can’t give access to the website because I’m running it with XAMPP…
Any help would be very appreciated!
Thanks a lot
Hey DeMamp,
Please try to add the following codes in Enfold > General Styling > Quick CSS.
For the Price:
#top .price span {
font-size: 22px;
font-weight: bold;
}
For the Add to Cart button:
#top .single_add_to_cart_button {
font-size: 16px;
font-weight: bold;
}
Hope it helps.
Best regards,
Nikko