Okay
  Public Ticket #2995412
Information Table
Closed

Comments

  • concoa started the conversation

    I need to edit the Information Table. 

    Change the heading row - possible remove it.

    Remove the background and border.

    Adjust the padding/margins.

    How or where can I do this???

  •  2,218
    WebWizards replied

    Hi there,

    Thank you for purchasing our plugin!


    The appearance of this table will depend a lot on your site's theme. The table uses the "shop_table" class which is designed by the current theme. To modify its appearance, you can add custom CSS to your site.


    I'd be happy to look into it and try to send you the correct CSS code in order to remove background / border, adjust padding, margins etc. Can you please send me a link to a product page in your site, where I can see this table? I need to see what it looks in your site, with your theme.


    Kind regards,

    Stefan


  •  2,218
    WebWizards replied

    Hi there,


     By adding this CSS, you can increase spacing and remove background and borders:

    table.shop_table.b2bking_shop_table.b2bking_information_table td, table.shop_table.b2bking_shop_table.b2bking_information_table th {
        border: none !important;
        padding-left: 0px;
        background: #ddffc1 !important;
        text-align: left;
    }
    table.shop_table.b2bking_shop_table.b2bking_information_table th:nth-child(1) {
        padding-top: 40px;
    }
    

    4263004576.png
  • concoa replied

    Thanks, that helps.

    But how / where do I edit that top row? I may want to delete it. Or at the least, change the text that's inside the cell.

  •  2,218
    WebWizards replied

    There's no specific setting for that text, but you can modify it as follows:

    This method works to edit any text string in the plugin. You can follow these steps:


    1. Install and activate the free Loco Translate plugin.

    2. Create a translation in your site's active language (if your site language is en_US, create an en_US translation). This will overwrite the default texts / strings.

    3. Now "translate" any text, to edit it.