Customer account headings to be 12px and not bold

@LitCommerce hey do you have any ideas how to make these size 12px and not bold? its on the customer order information headings like order, date, payment status, fulfilment status, total, then on the actual order product, SKU, price, quantity, total. please see screen shots attached :slightly_smiling_face:

cheers and thanks!

1 Like

@merxyz

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@KetanKumar hey thanks! The url is mindseyerecords.xyz

1 Like

Hi @merxyz ,

I canโ€™t find the attachment, can you resend it?

I will check it.

@LitCommerce sure thing! see attached, Cheers

Hi @merxyz ,

Sorry, I canโ€™t go to the order page, can you send me the account that includes the order to login? Please send it via private message, I will check it for you

Hi @merxyz ,

Go to Assets > theme.scss.liquid and paste this at the bottom of the file:

.order-table thead th {
    font-size: 12px !important;
    font-weight: normal !important;
}
.order-table tfoot tr:last-child th {
    font-size: 12px !important;
    font-weight: normal !important;
}
.template-customers-account .responsive-table thead th {
    font-size: 12px !important;
    font-weight: normal !important;
}

Hope it helps!

1 Like

@LitCommerce

can you please share used login details if possible?

@LitCommerce thanks so much!

1 Like