Hi!
How do I add product quantity on product single pages built with layout builder? I would love a product quantity on shop archive thumbnails as well, if possible.
Our customers order large quantities.
<3
Hi!
How do I add product quantity on product single pages built with layout builder? I would love a product quantity on shop archive thumbnails as well, if possible.
Our customers order large quantities.
<3
Hi @Lobsterass,
Thanks for reaching out.
To get the quantity to input in the Single Product page, you need to add the Add to Cart Form instead of the Add to Cart Button element. And unfortunately, there is no option to add the quantity option in the Shop Archive.
Thanks
Cool, that worked!
Hey, could you please give me CSS to fit WooCommerce message VIEW BASKET button on @media min width 1192px inside the blue message box? I tried changing line-height for the message but it looks bad on smaller screens.
<3
Hello @Lobsterass,
The “View Basket” button is not align because you have added this custom CSS:
.x-btn, .button, [type="submit"] {
color: rgb(255,255,255);
border: 2px solid #17479 !important;
border-radius: 2px;
background-color: #17479aba;
text-shadow: none!important;
font-size: 1.5em!important;
font-variant: all-petite-caps;
font-family: Helvetica;
font-weight: 600;
letter-spacing: 0.1em;
padding: 0.579em 1.105em 0.642em!important;
}
Adjust or remove the padding attribute in the code above so that it will look like this:
Best Regards.
THANK YOU! Sorry, for being stupid. I didn’t find my Global CSS because I was just looking for it in Cornerstone. For some silly reason, I had put the CSS in Appearance > Customize > Additional CSS.
All good now, thanx to you!
<3
Hello @Lobsterass,
In case you have no idea where is Global CSS box, I would suggest you go to Cornerstone—>Theme Options —>CSS. Please have a look at the given screenshot below.
Glad that we were able to help you please feel free to open a new thread if you have any more concerns regarding our theme and theme settings.
Thanks
Yeah, that’s where I usually put my CSS. For some reason, I didn’t on this site and that’s why I couldn’t find it!
I agree, CSS should be added in Cornerstone.
Great! Please feel free to create another thread if you need any further information.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.