swaches selection error message and want to do bust
-
hi
when user without selecting swatches adding product to cart
that error message want to change and want to change color or add some bust to user to select the quantity
Attachments:
You must be
logged in to view attached files.
Hello,
As you know the default Single Product page comes from WooCommerce end, so when you try adding the Product to Cart without selecting options the Warning Notice that appears also comes from WooCommerce end so the Theme directly doesn’t have options to edit or change that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
Further, globally under the Dashboard > Theme Settings > Styles and colors > Notices > you will find the option to change the Background and Text color of the Success and Warning notices which you can avail off if you want: https://snipboard.io/Imfz1N.jpg
Best Regards
I want to increase the size of swatches
and everything is beyond your limitation till now no solution received from your end properly
Hello,
Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
[class*="wd-swatches"] {
--wd-swatch-size: 45px !important;
}
You can change the value of size here according to your choice.
Further, the options or solutions which are possible through the Theme Settings or available Theme related options or either through some Custom CSS, we always try to provide wherever possible but for some of the options, the solutions aren’t possible through the Theme Settings or available Theme Options. So, for those it eventually requires Customization which is certainly out of our limitations and Support policy scope. Hope you can understand !
Best Regards