Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Help to remove colored banner please!

Solved

Help to remove colored banner please!

wharfie79
Excursionist
12 0 4

Hi Friends,

I am needing some help to remove a coloured info bar on each of my Shopify site's collection pages.
Please see screenshot below and the link is: https://planners.teachthis.com.au/collections/planner-accessories


Be kind! I am a total newbie. I know how to access the section where I can edit the .liquid files. If you can be specific about which file I need to open and exactly which part of the code I need to change or delete.

Thank you so much!

 

Capture.PNG

Accepted Solution (1)

suyash1
Shopify Partner
10143 1254 1595

This is an accepted solution.

@wharfie79  please add this css to the very end of your style.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> style.css

 

.top-notification-bar{display:none !important;}

 

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

View solution in original post

Replies 4 (4)

suyash1
Shopify Partner
10143 1254 1595

This is an accepted solution.

@wharfie79  please add this css to the very end of your style.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> style.css

 

.top-notification-bar{display:none !important;}

 

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

Thank you so much! This worked perfectly. I am very grateful for your help 🙂

ecoboostify
Shopify Partner
14 2 1

Hope this guide is helpful to you.

  1. Log in to Shopify > Online Store > Themes > Actions > Edit Code. (https://prnt.sc/uY9U7spGEzIV)
  2. Search collection.json, open the file, and find the key "main". (https://prnt.sc/UqkLWCPibd3l)
  3. Copy the section type (e.g., main-collection-banner).
  4. Search for the section file (e.g., main-collection-banner). (https://prnt.sc/zMAp78e1_r8S)
  5. Remove the div "container mt-4" and its child elements. (https://prnt.sc/tV4uRHL_6nKy)
  6. Save changes.
It's truly fulfilling to help someone.
EcoBoostify: Shoppable Reels - Improve conversions with shoppable reels and sales tools
wharfie79
Excursionist
12 0 4

Thank you so much for helping 🙂