Bullet Theme: How do I remove collection name as well as "view all products"?

Bullet Theme: How do I remove collection name as well as "view all products"?

NorthProstock
Tourist
4 0 1

my shop: https://b7becc-58.myshopify.com/

theme: Bullet

 

On my website's home page you can see under the collection at the top "view all products" and I would like to know how to remove this.

 

You can also seen on the top of the collections with the hockey sticks the col

Replies 4 (4)

PageFly-Henry
Shopify Partner
1184 335 299

Hi @NorthProstock 

This is Henry from PageFly - Landing Page Builder App

 

You can try this code by following these steps: 

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

Step 2: Search file app.css

Step 3: Paste the below code at bottom of the file -> Save

 

.loadmore {     display: none !important; }

In addition, I think you should also add a button on the hero banner and headings to increase transparency for the store.

PageFlyHenry_0-1714700639515.png

 

 

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

NorthProstock
Tourist
4 0 1

Hey, thanks for the reply my friend!

Unfortunately this did not work for me, any other options?

Dan-From-Ryviu
Shopify Partner
11688 2289 2472

Hi @NorthProstock 

You can remove it by adding this code in Online Store > Themes > Edit code, open theme.liquid file, add this code below after <head> 

<style>
.products .loadmore { display: none !important; }
</style>

- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

NorthProstock
Tourist
4 0 1

Hey, thanks for the reply!

Unfortunately this did not work for me my friend, any other options?