Hi!
Can someone help me capitalize text in the announcement bar in Dawn Theme?
Hi!
Can someone help me capitalize text in the announcement bar in Dawn Theme?
Hello @marjolein94
Please follow below steps:
Go to the Theme Editor:
Find the theme.liquid File:
Insert the Code Before the Closing Tag:
This didn’t work ![]()
@marjolein94 Can you share your store URL?
This worked! thanks ![]()
Hello @marjolein94
.announcement-bar__message.h5 {
text-transform: capitalize;
}