I would like to remove the x-header-landmark H1 that says “NextComputing Store” from our single product pages (for example https://solutions.nextcomputing.com/product/edgexti-9285k-04/) for SEO purposes (so I don’t want to just hide it by using display:none). If I can do the same for our blog and other posts, all the better. I have limited PHP coding experience, so I have used the forums here for all the changes I’ve tried.
So I don’t want to hide it per these posts: Remove landmark header in custom post types
Or .x-header-landmark issue
I have tried creating a modified _landmark-header.php file and placing in my pro-child theme directory /framework/legacy/cranium/headers/views/renew/
per this thread X-header-landmark: The blog
And this thread Remove page and blog title h1
I have tried creating a _brand.php file in the global directory per this thread
Nothing has seemed to work. Thank you in advance for any help.

