Hello, @ads18922
- Go to Online Store
- Edit Code
- Find theme.css/base.css file
- Add the following code in the bottom
.page-width.utility-bar__grid {
padding: 0;
margin: 0;
height: 38px !important;
display: flex !important;
align-items: center;
}
p.announcement-bar__message.h5{
font-weight: 700 !important;
font-size: 15px !important;
}
Thanks!