I want to remove the My Town Pride from this page but can’t find where to do that as I believe it is coming from the page title
Hi @sfoster95 can you drop that page link to check?
Go to your Online store > Themes > Edit code > Assets > open base.css file, add this code at the bottom of your file
.section-template--16275178520737__main-padding { display: none !important; }
That worked perfect thank you so much.
You are very welcome
