hey all! I’ve tried many different codes to remove the page title on my subscribe page without any luck.
any help would be appreciated
URL: www.oneeyeco.com
A user seeks to remove the page title from their subscribe page on a Spotlight theme Shopify store.
A solution is provided: add CSS code .page-width>h1 { display: none; } to the theme’s CSS file (theme.css/base.css/style.css). Step-by-step instructions are included for locating and editing the file through Shopify admin.
Issue encountered: The CSS successfully removes the subscribe page title but also unintentionally removes the header logo on the main page and an image from the subscribe page.
The helper requests clarification and a screenshot to understand exactly what elements were removed, so they can provide a more targeted solution. The discussion remains ongoing as they work to refine the code to affect only the intended page title.
hey all! I’ve tried many different codes to remove the page title on my subscribe page without any luck.
any help would be appreciated
URL: www.oneeyeco.com
Hi @oneeyeco Please add the code in your theme.css/base.css/style.css file which is available in your theme.
.page-width>h1 {
display: none;
}
If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:
Result:
If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sahil
hello! i have just tried and its worked but has also removed my header logo and the image i had on the subscribe page, any fix for that? thank you
i should note that it only removed the header logo on the main page
Hi @oneeyeco Can you please specify what exactly is removed?
So that I can provide you the solution, a screenshot will be good if you can provide the same.
Best Regards
Sahil