Hi Danny,
Thanks for your question and thanks for using BoldGrid Hifidel Theme For WordPress!
I’m sorry, I don’t quite understand your question. When you say you’re, “unable to “clear” display title”, do you mean that you’re having trouble removing the shop title from the page? I ask because I do see the shop title in the version of the site I’m viewing right now.
If you need to remove the shop title from the page navigate over to Appearance<<Customize<<Advanced<<Custom JS & CSS and copy/paste this bit of code into the CSS Area.
.palette-primary.woocommerce-page.archive main .page-title {
display: none;
}
I hope this helps! Please reach back out if you need further assistance.