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
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
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.
sorry for that issue can you please try this code.
.template-cart .SectionHeader__Heading, .template-account .SectionHeader__Heading {display: none;}