Home Forums WoodMart support forum swaches selection error message and want to do bust

swaches selection error message and want to do bust

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #436387

    pushkarsalunke07
    Participant

    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.
    #436576

    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

    #436598

    pushkarsalunke07
    Participant

    I want to increase the size of swatches

    #436599

    pushkarsalunke07
    Participant

    and everything is beyond your limitation till now no solution received from your end properly

    #436804

    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

Viewing 5 posts - 1 through 5 (of 5 total)