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.
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- 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
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