Home Forums WoodMart support forum Disable the variation “x delete”

Disable the variation “x delete”

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #655016

    xyrios.nl
    Participant

    Dear Support team,

    I have a couple of things I would like to have changed on my product page.

    The following things:

    •Disable the “x wissen” (translation “x delete”).
    •Put the variations swatches AFTER the text “inhoud”.
    •Make distance between price and pricing table and the price of the product less

    See image that I have added to this post.

    • This topic was modified 1 day, 22 hours ago by xyrios.nl.
    Attachments:
    You must be logged in to view attached files.
    #655020

    xyrios.nl
    Participant

    HEre is an update.

    I made a mistake in the one above.

    I would like to have:
    •Disable the “x wissen” (translation “x delete”).
    •No Double variation text after “inhoud”.
    •Make distance between price and pricing table and the price of the product less

    Attachments:
    You must be logged in to view attached files.
    #655084

    Hello,

    01. Try to add the following custom css in Theme Settings > Custom CSS > Global Custom CSS:

    .wd-reset-bottom-md .wd-reset-var {
           display: none;
        }

    02. Navigate to Theme Settings -> Shop -> Variable products and enable the “Show selected option name on desktop and tablet” option – https://take.ms/jusG6

    03. Try to add the following custom css in Theme Settings > Custom CSS > Global Custom CSS:

    .single-product .tiered-pricing-options {
        margin: 0px 0 !important;
    }
    .single-product .woocommerce-variation>div {
        margin-bottom: 10px !important;
    }

    Best Regards,

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