YokeStudios Posted February 23 Posted February 23 I cant seem to find the css code for updating the production description to my custom font, can anyone help?
tuanphan Posted February 26 Posted February 26 You can use some CSS code like this div.ProductItem-details-excerpt * { font-family: monospace; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
YokeStudios Posted February 26 Author Posted February 26 thank you so much @tuanphan, do you also know the code to change the font on the cart button and quantity?
Solution asifpro Posted February 26 Solution Posted February 26 Hello @YokeStudios You can try these codes to change the font on quantity and add to cart button 🙂 div.sqs-add-to-cart-button-inner { font-family: monospace; } div.product-quantity-input * { font-family: monospace; } tuanphan 1
YokeStudios Posted February 26 Author Posted February 26 thank you @asifpro that has fixed it, really appreciate the help!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment