Help remove this error message above my website's header

Hello, I can’t find a way to remove this error message. It just appeared and I did not add or change anything on my theme settings. Can someone help please? I am using Dawn Theme.

Hello @glucinth ,

Could you please share your store’s URL of the error page? It will help me better understand the issue.

@Huptech-Web ,

Here:

https://www.bhlclothing.com/

pass: bhlclothingwebshop

Hello @glucinth , Can you please check your “theme.liquid” after the tag and add the below code in tag
@media screen and (min-width: 750px) { footer .footer__content-top .grid { row-gap: 0 !important; }


Hello @Huptech-Web may I know what’s the code for? I found a similar code above the and I removed it. The error message disappeared. Will it just be fine?

Hi @glucinth , Add the below code to your theme.liquid.


Thank you!!! It worked.

1 Like