SoMaCa
October 12, 2022, 12:52pm
1
Hi can someone please show me how to remove the announcement bar?
What code do i need? & where do i put it?
I’ve seen a few solutions saying to paste a code in theme.css but i do not have this file under my assets tab.
(I’m using the MrParker theme)
Thanks for your time/help.
1 Like
Hello There,
Please share your store URL and Password.
So that I will check and let you know the exact solution here.
Hi @SoMaCa
I’m Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->stylesheet.css ->paste bellow code in bottom of file
section.announcement-bar__wrapper.device-hide.js-top-bar {
display: none;
}
Hope that my solution works for you.
Best regards,
Richard | PageFly
Hello There,
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset >stylesheet.css and paste this at the bottom of the file:
.aph_bar_bar {
display: none;
}
Screenshot :- https://prnt.sc/tEdC_ngo8k7Z
SoMaCa
October 12, 2022, 1:18pm
6
Hi Richard, I appreciate the response however that code did not work. i pasted it at the bottom of stylesheet.css.
SoMaCa
October 12, 2022, 1:19pm
7
Hi ZestardTech, I appreciate the response however that code did not work. I pasted it at the bottom of stylesheet.css.
@SoMaCa
You can try again with this code.
Follow this:
Go to Online Store->Theme->Edit code->theme.liquid->paste bellow code in tag
section.announcement-bar__wrapper.device-hide.js-top-bar {
display: none;
}
Please refer to this screenshot: https://prnt.sc/afpBHc_RJbvN
SoMaCa
October 12, 2022, 1:28pm
9
Thank you Richard, that code got rid of the bar. I appreciate it.
1 Like
Hello, i tried your solutions but it doesnt seem to work. Did i put it wrong?