Home Forums WoodMart support forum Product variation

Product variation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #277298

    Javi24
    Participant

    Hello

    How to remove this button/link? https://prnt.sc/10z30tz

    Thanks for help

    #277391

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .variations_form .reset_variations {
    	display: none !important;
    }

    Best Regards

    #287678

    Javi24
    Participant

    Hi,

    I need to use suffix text after price. If variation not selected then shows suffix text normally https://prnt.sc/127gyag , but if I choose variation then suffix text disappears https://prnt.sc/127h3nl

    Need help on how to show suffix text on variations as well. Looks like I need to use some CSS code here.

    Thank you in advance for your help,
    Siim

    #287760

    Hello,

    The product page is the Woocommerce template and Woocommerce does not provide the option. You will have to find the plugin or customize Woocommerce.

    Best Regards

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