Prestige Theme - Removing title from account and cart pages

Hello everyone, is it possible to remove or resize the font on the account and cart pages?

https://techtron-online.myshopify.com/

crudah

Thanks in advance

@Multibrands

Please add the following code at the bottom of your assets/theme.css file.

.template-cart .SectionHeader__Heading Heading u-h1, .template-account .SectionHeader__Heading Heading u-h1{
 display: none;
 }

Hope this works.

@Multibrands

sorry for that issue can you please try this code.

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.template-cart .SectionHeader__Heading, .template-account .SectionHeader__Heading {display: none;}