Remove "shop collection" button

Solved

Remove "shop collection" button

bnadir55
Tourist
10 0 4

How to remove the " "shop collection" button ?

 

bnadir55_0-1742912121634.png

 

Accepted Solution (1)
suyash1
Shopify Partner
10854 1340 1716

This is an accepted solution.

@bnadir55 

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;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Replies 8 (8)

suyash1
Shopify Partner
10854 1340 1716

@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

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
bnadir55
Tourist
10 0 4

Thx for replying back , but there is no way to do so via the customize setting option 

suyash1
Shopify Partner
10854 1340 1716

@bnadir55 Can you please share this page link?

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
bnadir55
Tourist
10 0 4
suyash1
Shopify Partner
10854 1340 1716

This is an accepted solution.

@bnadir55 

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;}
To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.
bnadir55
Tourist
10 0 4

changed but not on mobile , please help.

Guleria
Shopify Partner
4104 803 1155

Hello @bnadir55 ,

 

Follow these steps:

1. Go to Online Store -> Theme -> Edit code

2. Open your base.css file and paste the following code at the bottom:

.hdt-collection-bottom-content {
    display: none;
}

 

Regards
Guleria

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
bnadir55
Tourist
10 0 4

changed but not on mobile , please help.