I would like to remove “Posts” from the hero text on my blog post pages. I am using mims theme.
]]>I understand you don’t want to see the Blog page title on your blog page. You can target that with CSS and make the change in Customize > Additional CSS. The basics would be like this:
h1.page-title {
display: none;
}
I hope this gets you on the path with where to make the CSS changes necessary.
Regards,
Daniel F.
Thank you so much! Your recommendation solved the issue.
Regards,
Steve
]]>