Shop Textformats
-
wrote on May 30, 2021, 9:50 PM last edited by
-
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
-
wrote on Mar 21, 2022, 9:15 AM last edited by
-
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
I also code custom websites or custom Lay features.
💿 Email me here: 💿
info@laytheme.com
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