Site logo

Archived topic

checkout table font weight

3 replies · Started by iwan on November 12, 2020

Viewing posts 1–4 of 4

please look at this image

thanks

Hi,

Try adding this CSS:

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: normal;
}

tr.order-total td strong {
    font-weight: normal;
}

Here's how to add CSS: https://docs.generatepress.com/article/adding-css/

works

thanks

works

thanks

No problem. Glad to be of any help. :)

This archived topic is closed to new replies.