1 Like
Hi @Arnaldo321 ,
Do you might sharing your website so we can take a look?
1 Like
Hi @Arnaldo321 ,
It looks like it is an app added to your header. Try this code below.
- From your Admin store, go to Online store > Themes > Click Actions > Edit code
- Open the Asset folder, and find the timber.scss file.
- Add the code below.
#shopify-section-header > div:nth-child(3) {
display: none;
}
