• Resolved gloyly

    (@gloyly)


    Please suggest how can I remove blank space of the image multiple choice in Woo product-adds on plugin

    My website allows customers to choose what thread colour they want in embroidery service. However, Woo product adds-on plugin that I used. It created blank space without any colour.

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Senff – a11n

    (@senff)

    Hey @gloyly

    Depending on your theme, and which add-ons plugin you’re using exactly, you’ll probably need some CSS to remove blank space. If you can share a link to your site, we can take a look and see if we can help with that CSS code.

    Thread Starter gloyly

    (@gloyly)

    I use the Flatsome theme and Woo product adds-on plugin.
    The URL link is attached https://nappibaby.com/product/pink-bamboo-handkerchief/

    Thank you for your quick response

    Hi @gloyly – You can try the following:

    .wc-pao-addon-wrap.wc-pao-addon-4875-aauaaaac-asaaaaaa-1 > .wc-pao-addon-image-swatch:first-child {
      display:none;
    }

    This should hide only the first instance of that add-on, which is the blank one.

    I would, however, encourage you to also reach out to the developers of that plugin, as most add-on plugins include the option to not include an empty add-on.

    – Joey

    Thread Starter gloyly

    (@gloyly)

    Thank you very much for your support

    No problem @gloyly! Glad it worked. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How can I remove blank space of the image multiple choice’ is closed to new replies.