Shop Textformats
-
-
Richard Global Moderatorwrote on Aug 26, 2021, 1:19 AM last edited by Richard Aug 25, 2021, 9:28 PM
Dear @michael_vvc
You will have to do Custom CSS on this one while Woocommerce Bugs are being worked through.
The Text Format applied to the product page is not same as the Cart page ( Quantity Value ) :
Single Product Page:
body.single-product div.product .quantity input.qty {}
Cart Page:
.woocommerce .quantity input.qty {}
Simple Custom CSS Example:
body.slug-cart .product-quantity input#quantity_6126eab736538 { font-size:18px; color:crimson; }
You could take advantage of the already present Text Format HTML Class with some jQuery applied to the Element if you wanted to go further.
Best wishes Michael 🌝
Richard
-
-
Dear @augustoemendoza
This link may help with that:
https://www.w3schools.com/css/css_text_spacing.asp
However, you shouldn't need this -- if you apply a Text Format to the Cart text via > Customize > Woocommerce then the settings within "Text formats" should apply:
I would always go for the Lay Theme settings before using any Custom CSS 🌝
Best wishes
Richard
Need custom programming for your Lay Theme site?
I regularly add new features to Lay Theme for free, based on user feedback. But if you or your client need something more specific, I’m happy to offer custom paid programming tailored to your project.
Email info@laytheme.com with the subject "Custom paid programming for Lay Theme" and a short description of what you need — I’ll reply with a cost estimate.
Custom features I build often make it into future Lay Theme updates, so your idea might benefit the whole community.
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it