Shopify themes, liquid, logos, and UX
Hi!
Can someone help me capitalize text in the announcement bar in Dawn Theme?
Solved! Go to the solution
This is an accepted solution.
@marjolein94
Please try below code.
<style>
.announcement-bar__message {
text-transform: uppercase;
}
</style>
Hello @marjolein94
Please follow below steps:
Go to the Theme Editor:
Find the theme.liquid File:
Insert the Code Before the Closing </head> Tag:
<style>
.announcement-bar__message {
text-transform: capitalize;
}
</style>
This didn't work 😞
This is an accepted solution.
@marjolein94
Please try below code.
<style>
.announcement-bar__message {
text-transform: uppercase;
}
</style>
This worked! thanks 🙂
Hello @marjolein94
- Go to Online Store -> Theme -> Edit code.
- Find the file base.css and paste the code below at the bottom of the file.
.announcement-bar__message.h5 {
text-transform: capitalize;
}
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024