My data sales and sharing opt out page is titled “Do not sell or share my personal information”.
I want to change the page title to “Data Sales Opt Out” but the change is not saving. How do I fix this ?
A user is trying to change the page title of their Shopify store’s data sales opt-out page from “Do not sell or share my personal information” to “Data Sales Opt Out,” but the changes aren’t saving.
Initial responses:
Proposed solution:
EstherBui provided a CSS workaround involving:
base.css file in the theme code:after pseudo-elementFollow-up question:
The original poster clarified they specifically want to change the browser tab title (the page’s meta title), not just the visible heading on the page. This remains unresolved, as the CSS solution only addresses the on-page display.
Status: The discussion is ongoing, with the core issue (changing the browser tab title) not yet addressed.
My data sales and sharing opt out page is titled “Do not sell or share my personal information”.
I want to change the page title to “Data Sales Opt Out” but the change is not saving. How do I fix this ?
I can help, Kindly provide your Store URL
Hi,
Can you share store url?
Hi Andrew551
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
height: 85px;
}
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in {
visibility: hidden;
position: relative;
}
h1.main-page-title.page-title.h0.scroll-trigger.animate--fade-in:after {
visibility: visible;
position: absolute;
top: 0;
left: 0;
content: "Data Sales Opt Out";
}
Best,
Esther
Is there a way to change the name in the tab?
![]()