Feedback for your online store from the community
I am working on a client's website and need help adding a scrolling text feature to the header of the dawn theme. the store has not launched yet and this is the preview link.
https://www.shadyeclipse.com/?_ab=0&_fd=0&_sc=1
also. the buttons are showing with an opacity for some reason.
Hi @saucistudio
The marquee design is not included in the features of the Dawn theme. Custom coding is required to implement it. Let us know if you're interested. Thank you!
Hi @saucistudio
You can use this free Annify announcement bar app to do that.
- 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.
- 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.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @saucistudio
To add a scrolling marquee text to the header of the Dawn theme and fix the button opacity issue, here’s how you can do it step by step. I'll keep things clear and easy to follow. Here's what you need to do:
To add a scrolling marquee in the header, we’ll use custom code in your Dawn theme.
1-Access the Theme Editor:
2-Edit the Header Code:
<marquee behavior="scroll" direction="left">
Welcome to [Your Store Name]! Enjoy free shipping on all orders!
</marquee>
</div>
background-color: #000; /* Adjust the background color */
color: #fff; /* Adjust the text color */
font-size: 16px;
padding: 10px;
font-weight: bold;
}
marquee {
display: block;
font-family: Arial, sans-serif;
}
3-Save Changes: After adding the code, click "Save." Preview your store to ensure the marquee displays correctly.
Opacity issues are usually caused by either CSS styling or hover states in the theme.
1-Inspect the Issue:
2-Override the CSS:
button,
.btn {
opacity: 1 !important;
}
button:hover,
.btn:hover {
opacity: 0.9; /* Optional hover effect */
}
3-Save and Check: Save the changes and refresh the store preview. The buttons should now display correctly without the unwanted opacity.
Here’s how it should look:
If you’d like to customize the marquee further (e.g., change speed, direction, or pause on hover), let me know—I’d be happy to help you fine-tune it.
If you need any other assistance, feel free to reply and I will try my best to help.
Best regards,
Daisy
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025