Guys, I am new to all this. Can someone please help with the code I need to inject to remove the title and description from my site. I already have what I need on my banner, so I don’t need another set of Title and Description.
Hey @Muhammad,
Dropping the following into the header portion of your code injection should do it:
<style>
.site-header-content h1,
.site-header-content p {
display: none;
}
</style>
1 Like
Thank you sir!. It worked.