Hello,
I am using Dawn theme.
How can I change the following text on the Cart page to be in caps:
‘Your cart is empty’ or ‘Your cart’
Product name
Subtotal
Check out
Size: Large (or Extra Large)
Thank you,
Thank you,
Hello,
I am using Dawn theme.
How can I change the following text on the Cart page to be in caps:
‘Your cart is empty’ or ‘Your cart’
Product name
Subtotal
Check out
Size: Large (or Extra Large)
Thank you,
Thank you,
@AZ2024 ,
Please add this CSS in base.css.
.cart__empty-text , .title-wrapper-with-link .title{
text-transform: uppercase;
}
Thanks,
Ritu