Shopify themes, liquid, logos, and UX
im trying to add an email address on the right top corner along the announcement bar https://unsula.com/
can anyone help?
Hi @ompee1978 ,
You may check Shopify documentation
https://help.shopify.com/en/manual/online-store/themes/themes-by-shopify/vintage-themes/customizing-...
Hi @ompee1978
do you have any illustrations
Hi @ompee1978,
To add the email address under the .announcement-bar__message class in the announcement-bar.liquid file:
<div class="announcement-bar__message"> {{ settings.announcement_text }} <span class="announcement-email"> <a href="mailto:your@email.com">your@email.com</a> </span> </div>
If the email address is not showing in the correct position, add the following CSS code in base.css or theme.css:
.announcement-bar__message { display: flex; justify-content: space-between; align-items: center; }
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025