Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: How Do I Bold and Make the Text Bigger in the Announcement Bar?

Solved

How Do I Bold and Make the Text Bigger in the Announcement Bar?

Simon159
Explorer
115 0 21
Accepted Solution (1)

biznazz101
Shopify Partner
494 50 94

This is an accepted solution.

Go to Themes> Customize> Click "Announcement Bar"> Custom CSS> Add This Code

.announcement-bar__message {
font-weight: bold;
font-size: 24px;
}

Example:

biznazz101_0-1707413362513.png

 

Change the amount of PX in the code above to adjust the text size. Hope that helps!
@biznazz101 

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT

View solution in original post

Reply 1 (1)

biznazz101
Shopify Partner
494 50 94

This is an accepted solution.

Go to Themes> Customize> Click "Announcement Bar"> Custom CSS> Add This Code

.announcement-bar__message {
font-weight: bold;
font-size: 24px;
}

Example:

biznazz101_0-1707413362513.png

 

Change the amount of PX in the code above to adjust the text size. Hope that helps!
@biznazz101 

Don't hesitate to reach out for more help with your store.
SEE OUR TASK STORE or check us out via our profile! FREE STORE AUDIT