Custom CSS

Hi there, is there a CSS which allows me to make these words bigger in my cart page and have the font colour in black? Thanks in advance.

Hey @Chuckachucka

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above </ body> tag
<style>
.cart-items thead th {
    font-size: 1.5rem !important;
}
</style>

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed

Thank you Moeed, that code worked a treat!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.