The announcement text is currently shown above the header’s search, login, and account section. I would like to move it under the logo (see screenshot). On mobile, it’s already under the logo.
Link: https://pokecard.store/
The announcement text is currently shown above the header’s search, login, and account section. I would like to move it under the logo (see screenshot). On mobile, it’s already under the logo.
Link: https://pokecard.store/
it can be done some customization code
Hi @senivas
Since it is not possible to check directly on your theme, we will guide you through the following steps. (Maybe there are differences with your theme):
This block-code can be defined inside the header.liquid file:
.site-header .grid-item .header-logo p{
margin-top: 10px;
font-size: 9px;
font-family: Montserrat,sans-serif;
font-weight: 500;
font-style: normal;
line-height: 1.6;
}
I hope that this will work for you.