Remove page title from 'About Us' page using Refresh Theme

Hi! I’ve been copying and pasting code from dozens of other sites telling me how to remove page titles, yet none of them work! I’m using Shopify’s ‘Refresh’ theme and just want to remove the title from my ‘About Us’ page without affecting any of the other content. It looks bad, it’s off center, and doesn’t match well with the vision I have in mind. Any help and advice would greatly be appreciated! Thank you!

Link to my store: https://soulkissedjewelry.myshopify.com/pages/about-us

Here is what the page looks like if the link doesn’t work:

The easiest way is just hide it in Css … make sure to back up your theme

from your page code on the link provided you want to copy and paste this code into your section-main-page.css

.page-width.page-width--narrow.section-template--17462261678378__main-padding .main-page-title {

    display: none;
}

edit* you may get dinged with google on SEO for hiding a title. the only other way is to make a new page in the editor but that’s way advance topic

https://community.shopify.com/topic/490165 for the bit of more complex answer

Hi! I did exactly as instructed in the same location and everything but still with no luck. I contacted Shopify support and they sent an email to the developer of the ‘Refresh’ theme. No idea when I’ll hear back from them. So I just decided I’m going to use another theme instead. Thank you so much for your help and for linking me to the article. I’ll keep trying though!

feel free to dm me for any help