Changing text in announcement bar on mobile

Hi,

I made the text in my announcement bar bold and changed the color to white, but these changes are not being applied on mobile. How can I make it look the same on mobile as it does on desktop?

Thanks

hello,

if u send me your store url, we can help!

https://muka.pt/

Thanks!

Hey @vitoria_muka ,

Could you please share the link to your store please? Thanks!

use these.

@media (max-width: 991.98px){
p.announcement-bar__message.h4 {
font-weight: 600;
color: white;
}
}

https://muka.pt/

Thanks!

Didnt work :disappointed_face:

Hey @vitoria_muka ,

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

It worked! Thank you! :slightly_smiling_face: