How can I adjust the height of my announcement bar?

hello everyone,

how can I change the height of my announcement bar?

thank you!

1 Like

@cutestyou

Kindly Share your Store url, or which theme are you Using.
So that i can help you.

thank you.

hi @devtalk

my store url is cutestyou.com

@cutestyou

p.announcement-bar__message.h5 {
    height: 42px !important;
}

Add this code in the bottom of base.css file.

2 Likes

hi @devtalk , thanks so much, now i can change the height of it! can I ask you one more question? how can I change the font size, too?

@cutestyou

.announcement-bar__message {
    text-align: center;
    padding: 0.4rem 2rem !important;
    font-size:14px !important;
    }

try out this code.

1 Like

Wow! that was what I have expected.