• Resolved richtiger1

    (@richtiger1)


    Hi all,

    At the My Account page, there is the table with the recent orders.
    At the “Total” column there is the price, combined with the quantity of the order.

    How can I remove the quantity, so that only the price will be displaye?

    Thanks in advance,
    Richard

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this custom css:

    .woocommerce-orders-table__cell-order-total {
      color:rgba(0, 0, 0, 0);
      width:160px;
    }	
    .woocommerce-Price-amount {
      color:rgba(0, 0, 0, 1);
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter richtiger1

    (@richtiger1)

    Fanatastic! Works as a charm!

    Small addition; I added font-size: 0.1px to the cell order table, so that if someone selects all the text, the original text isn’t displayed.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My Account – Table – Total quantity hide’ is closed to new replies.