Solved

Changing font size on announcement bar?

kdza0
Tourist
8 0 4

Hello, 

I just wanted help with changing the font size on the announcement bar of my store. I'm currently using the Debut theme if that helps. 

Thank you very much, 

Accepted Solution (1)
jotvark
Shopify Partner
65 11 30

This is an accepted solution.

@kdza0 

1. Go to Online Store->Theme->Edit code
2. Asset => theme.css ->paste below code at the bottom of the file.

.announcement-bar__message {
       font-size: 14px;
Need help with theme customization or add a new feature? Hire me
Email: jotvark@gmail.com | Skype: jotvark3919

If helpful then please Like and Accept as Solution

View solution in original post

Replies 4 (4)

jotvark
Shopify Partner
65 11 30

@kdza0 

Please send me store URL ?

Need help with theme customization or add a new feature? Hire me
Email: jotvark@gmail.com | Skype: jotvark3919

If helpful then please Like and Accept as Solution
kdza0
Tourist
8 0 4
jotvark
Shopify Partner
65 11 30

This is an accepted solution.

@kdza0 

1. Go to Online Store->Theme->Edit code
2. Asset => theme.css ->paste below code at the bottom of the file.

.announcement-bar__message {
       font-size: 14px;
Need help with theme customization or add a new feature? Hire me
Email: jotvark@gmail.com | Skype: jotvark3919

If helpful then please Like and Accept as Solution
kdza0
Tourist
8 0 4

Thank you very much! This worked perfectly!