2

How to remove this lines on account sidebaar

enter image description here

Suraj Prajapat
  • 309
  • 3
  • 11

1 Answers1

3

These line are added using XML file in customer_account.xml file. You can remove these XML block by below XML code.

<referenceBlock name="customer-account-navigation-delimiter-1" remove="true" />
<referenceBlock name="customer-account-navigation-delimiter-2" remove="true" />

I hope it will help!

Vikram Kumar
  • 741
  • 3
  • 17