Hello, I am using Aronic Shopify Theme and facing this issue that title is appearing 2 times on pages also on Homepage, It was in white colour so it was not appearing but I want to hide this.
Hi @ManojKumar108
Would you mind sharing your store's URL so we can provide a solution?
https://parentiva.com/
Password is 123
Add the following code to your frame.scss.css file at the very end:
nav.breadcrumb { display: none; }
Cheers!