How to remove the " “shop collection” button ?
Topic summary
A user seeks to remove a “shop collection” button from their Shopify store (shopopo.store). The button appears on collection pages as shown in an attached screenshot.
Attempted Solutions:
- Initial suggestion: Check theme customization settings for a built-in removal option
- Result: No native option available in customize settings
CSS Solution Provided:
Two community members recommended adding the following code to the bottom of the base.css file:
.hdt-collection-bottom-content {display: none;}
Current Status:
The CSS solution worked on desktop but not on mobile devices. The issue remains unresolved, with the user requesting additional help for the mobile version.
@bnadir55 - please open this page in customize settings and check if it has an option to remove it, else we will need to use css
Thx for replying back , but there is no way to do so via the customize setting option
@bnadir55 Can you please share this page link?
Hello @bnadir55 ,
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code at the bottom:
.hdt-collection-bottom-content {
display: none;
}
Regards
Guleria
please add this css to the very end of your base.css file and check,
Shopify Admin → Online Store ->Theme → Edit code → base.css
.hdt-collection-bottom-content {display: none;}
changed but not on mobile , please help.
changed but not on mobile , please help.
