How to hide a table at “thankyou” page
-
Hi,
At my order-received(thankyou) page, there’s a table displayed order meta and the HTML as below
These are a plugin named “Checkout Field Editor” added in the code.<table class="woocommerce-table woocommerce-table--custom-fields shop_table custom-fields"> <tbody><tr><th>shipping_city:</th> <td>Northern</td></tr> <tr><th>billing_city</th> <td>South area</td></tr> <tr><th>Contact:</th> <td>+222 1930401861</td></tr> </tbody> </table>
How do I hide this table? I tried to add CSS:
.woocommerce-table woocommerce-table--custom-fields shop_table custom-fields{display: none;}
Where should I place this CSS? Is this the correct way to add CSS?
Thank you,
Stonez
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to hide a table at “thankyou” page’ is closed to new replies.