Okay
  Public Ticket #3165192
Theme
Closed

Comments

  • longbsants started the conversation

    hello sorry my english,
    Is the plugin compatible with the Hello Element theme?
    Why can't I leave it like on the demo page you guys have. Mine does not let me select the amount of products and the table is also not possible to change the color. Is this normal is there anything I can do?
    Here is a demo page
    https://maxxiovos.com.br/gemaxxi-360-caixa-com-6-unidades/

    Attached files:  CleanShot 2022-11-11 at 09.46.49.png
      CleanShot 2022-11-11 at 09.47.29.png

  •  1,904
    WebWizards replied

    Hi there,

    Thank you for purchasing our plugin!


    I looked at your page there and I notice there are some CSS problems. I wrote a CSS snippet to make everything display nicer.

    I suggest you add this CSS to your site:

    .elementor-product-simple form {
        display: block !important;
    }
    .b2bking_tiered_price_table {
        position: relative;
        border: 1px solid #ccc !important;
        top: 26px;
    }
    .input-text.qty {
        padding: 8px !important;
    }
    .b2bking_tiered_price_table td, .b2bking_tiered_price_table th {
        border: 0px !important;
    }
    .b2bking_tiered_price_table td, .b2bking_tiered_price_table th {
        border: none;
        padding: 10px !important;
    }
    table.b2bking_tiered_price_table tbody td.b2bking_has_color {
        background-color: #009cde!important;
        background: #009cde!important;
    }
    

    Then it will look like this:

    2743371536.png



    It should also solve the problem with color. Please check and let me know if that solves it for you,


    Kind regards,

    Stefan