Hide first item footer mobile

Hi I’d like to hide the first item footer mobile

my site is https://luxurymrkt.com

1 Like

This is Noah from PageFly - Shopify Page Builder App

Hi @Luxurymrkt please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

Hi @Luxurymrkt ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Inside tag head. You need create style tags. After you’ll insert my code inside it

@media only screen and (max-width: 746px) {
    footer.site-footer .grid__item[data-type="custom"] {
        display: none !important;
    }
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

Hello @Luxurymrkt ,

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.css>add this code at the bottom of the file.

@media only screen and (min-width: 768px) {
.site-footer .grid__item.footer__item--custom_TtQGUp {
    display: none;
}
}

Hi @Luxurymrkt

You can add this code below to the theme.liquid file, after from Online Store > Themes > Edit code to remove that part