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!
suyash1
November 24, 2024, 4:07pm
2
@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;}
1 Like
Hope this guide is helpful to you.
Log in to Shopify > Online Store > Themes > Actions > Edit Code . (https://prnt.sc/uY9U7spGEzIV )
Search collection.json , open the file, and find the key “main” . (https://prnt.sc/UqkLWCPibd3l )
Copy the section type (e.g., main-collection-banner).
Search for the section file (e.g., main-collection-banner). (https://prnt.sc/zMAp78e1_r8S )
Remove the div “container mt-4” and its child elements. (https://prnt.sc/tV4uRHL_6nKy )
Save changes.
1 Like
Thank you so much! This worked perfectly. I am very grateful for your help
Thank you so much for helping