Shopify themes, liquid, logos, and UX
We are trying to delete the yellow covid announcement banner/bar on top of the header. We cant seem to see any option on the settings. Thank you
Hi @KarlosPena,
Please go to Actions > Edit code > Assets > theme.css file and paste this at the bottom of the file:
#header .row.mob-header>div:first-child {
display: none;
}
Hi @KarlosPena
Please follow up the case from this post: https://community.shopify.com/c/shopify-design/covid-banner-announcement-on-top-of-the-page/td-p/290...
I have already shared the detail guide for you ❤️
- Here is the solution for you @KarlosPena
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it
<style>
.row.mob-header > div:first-child {
display: none !important;
}
</style>
- This is the result you will get:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024