# Hide Elements of Order Table

If you want to hide these elements of order details table, please add CSS below into Custom CSS to make it work.

In YayMail editor > **Settings**, enable **Custom CSS**, and add the CSS snippets provided.

<figure><img src="https://157604815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJfBhHG_1ipE5lMX4qT%2Fuploads%2F1Gmq0AfFDT9G7QsrIRiM%2F2023-06-08_9-13-02.png?alt=media&#x26;token=7d809771-d274-4cb1-bb15-4499fcf1fbc6" alt=""><figcaption></figcaption></figure>

### Quantity:&#x20;

```
.yaymail_item_quantity_title,
.yaymail_item_quantity_content {
display: none !important;
}
```

<figure><img src="https://157604815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJfBhHG_1ipE5lMX4qT%2Fuploads%2FPLvEtyfjAjsbgkiIYwGM%2F2023-06-05_14-51-12.png?alt=media&#x26;token=a3b8215d-5b85-4dfb-96a8-ace24d28f161" alt=""><figcaption></figcaption></figure>

### Item variants/attributes:

```
.wc-item-meta {
    display: none !important;
}
```

<figure><img src="https://157604815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJfBhHG_1ipE5lMX4qT%2Fuploads%2FUR3y8rC1GHzPqVGO8Cmt%2Fimage.png?alt=media&#x26;token=6eb4d8a9-a9a4-452c-b574-a5d31e51e47c" alt=""><figcaption></figcaption></figure>

### Price:

```
.yaymail_item_price_title,
.yaymail_item_price_content {
display: none !important;
}
```

<figure><img src="https://157604815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJfBhHG_1ipE5lMX4qT%2Fuploads%2F61q9sNrQPr2V4MqGGnxy%2FScreenshot_95.png?alt=media&#x26;token=f993f661-aee8-4f4f-b063-aef0e8fcfda0" alt=""><figcaption></figcaption></figure>

### Footer order table:

```
.yaymail_element_foot_order_item {
display: none !important;
}
```

<figure><img src="https://157604815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJfBhHG_1ipE5lMX4qT%2Fuploads%2FfLWOn5D6gCetDeaQGmSd%2F2023-06-05_14-51-12.png?alt=media&#x26;token=61a11f0c-9396-4b5e-98b9-3c5588c199df" alt=""><figcaption></figcaption></figure>

### Subtotal

```
.yaymail_item_subtoltal_title_row {
display: none !important;
}
```

<figure><img src="https://157604815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJfBhHG_1ipE5lMX4qT%2Fuploads%2FTSYvRrrIK0I6Y9lLZxs6%2F2023-06-05_14-51-12.png?alt=media&#x26;token=3413c74c-3646-423d-b0df-a1f73c3616e9" alt=""><figcaption></figcaption></figure>

### Shipping

```
.yaymail_item_shipping_title_row {
  display: none !important
}
```

<figure><img src="https://157604815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJfBhHG_1ipE5lMX4qT%2Fuploads%2FV5c6LQwgoOVefRpun8mG%2F2023-06-05_14-51-12.png?alt=media&#x26;token=0a762e6f-5026-4678-b4a5-b8f5d5ef74ef" alt=""><figcaption></figcaption></figure>

### Tax

```
.yaymail_item_tax_row {
display: none !important;
}
```

<figure><img src="https://157604815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJfBhHG_1ipE5lMX4qT%2Fuploads%2F6DY1WfEnrl9AEEnbgCiq%2F2023-06-05_14-51-12.png?alt=media&#x26;token=f15ef715-b148-4ff0-871c-355a264b7e96" alt=""><figcaption></figcaption></figure>

### Payment method:

```
.yaymail_item_payment_method_title_row {
display: none !important;
}
```

<figure><img src="https://157604815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJfBhHG_1ipE5lMX4qT%2Fuploads%2FYvZ52FO0i94nkWUCXtHA%2F2023-06-05_14-51-12.png?alt=media&#x26;token=d45e5db4-3924-4724-93d0-b6e96c50251d" alt=""><figcaption></figcaption></figure>

### Total:

```
.yaymail_item_total_title_row {
display: none !important;
}
```

<figure><img src="https://157604815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MJfBhHG_1ipE5lMX4qT%2Fuploads%2F97lk6bTbAIKPTGqt1EhV%2F2023-06-05_14-51-12.png?alt=media&#x26;token=01eb9fcf-c289-4f50-8535-05439512acf3" alt=""><figcaption></figcaption></figure>
