I want to disable the page titles for my shipping, refund, and privacy policy. How do i go about doing so in this theme?
Hi @fgr222
That should be possible by adding the following CSS to the theme:
.shopify-policy__title {
display: none;
}
We have a guide here on how to add custom CSS to the theme:
Let me know if that helps!