hello everyone,
how can I change the height of my announcement bar?
thank you!
hello everyone,
how can I change the height of my announcement bar?
thank you!
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
p.announcement-bar__message.h5 {
height: 42px !important;
}
Add this code in the bottom of base.css file.
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?
.announcement-bar__message {
text-align: center;
padding: 0.4rem 2rem !important;
font-size:14px !important;
}
try out this code.
Wow! that was what I have expected.