Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
we use Empire and would like to adjust the announcement bar there.
At the moment it is not possible to show a space between the words.
What do I have to change to make this possible?
Best wishes
Katharina Keilbach
@KCK22 ,
@media screen and (min-width: 720px){
.announcement-bar-text {
word-spacing: 10px;
}
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
unfortunately this does not work.
Hello @KCK22
I would like to give you some recommendations to support you.
To increase the space between letters and words on your announcement bar. Make text easier to read and look better.
You can follow:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
#shopify-section-static-announcement .announcement-bar-text,
#shopify-section-static-announcement .announcement-bar-text-mobile{
letter-spacing: 0.6px;
word-spacing: 0.7px;
}
</style>
Hope my recommendation can works and support for you!
Best regards,
GemPages Support Team
unfortunately this does not work.
@KCK22
Hello,
.announcement-bar {
letter-spacing: 2px;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Like This
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025