Hello,
Can you help me change the font on mobile for my WooCommerce products. It is find on desktop but on mobile the font changes and is barely visible.
Thank you
Hey NathanQ97,
Best regards,
Victoria
Sorry I wasn’t clear enough. My apologies.
On the “shop” page, below the “12Oz candle”, “24Oz candle” and “drizzle melts” is the price. However the font on the prices are very difficult to see. This is what I would like to change, to make it clearer.
I apologise for not being clear enough.
Hi NathanQ97,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.woocommerce-Price-amount.amount {
color: #af4084;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you very much. That is it sorted now!