Cart drawer title not showing

Hello @AnSrSi

  1. From your Shopify Admin, navigate to Online Store > Themes > Edit Code
  2. In the Assets folder, open base.css and add your CSS code at the end
.drawer__header {
border-bottom: solid 1px #efe5e5;
margin-bottom: 20px;
}