Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Facundo Arano

    (@aranofacundo)

    Hi there,
    You can hide the price table using the following CSS code:

    .postid-12 #wapo-total-price-table {
    	display: none;
    }

    Keep in mind that you will need to change the post ID with the one where you want to hide the table.
    Furthermore, this will only work while Total price box is not set Hide price box on the product page (this setting is located in YITH > Product Add-ons > General Settings > General Options).

    Thread Starter psiim18

    (@psiim18)

    Thanks,

    Its works well. But how to add extra options inline.https://prnt.sc/26szb7g

    Plugin Support Andrea Grillo

    (@agengineering)

    Hi there,

    this is related to the theme structure, could you share the url of this page with us, please?

    Thread Starter psiim18

    (@psiim18)

    Plugin Support Andrea Grillo

    (@agengineering)

    Hi @psiim18

    please, try to use this css rule in Appearance > Customize > Additional CSS

    .yith-wapo-block .yith-wapo-addon .options.per-row-1 .yith-wapo-option{
      display: inline-block;
      float: none;
    }
    Plugin Support Alessio Torrisi

    (@alessio91)

    Hi there,
    Sine we have not received a reply on your side, we will proceed to set this inquiry as resolved. However, for further assistance, do not hesitate to open a new thread.
    Best regards!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to display or remove price box base on the product.’ is closed to new replies.