footer change

Hello,

I want to change my footer. How can I change my footer from this:

to this:

Hi @Urtuca ,

Could you please share your Store URL and password (if applicable) so that I can review it and provide you with the appropriate solution code?

Looking forward to your response.

Thanks!

Hello, my store url is

nsccy1-4u.myshopify.com

thank you!

Hey, can you still help me out?

Hi,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/base.css
  3. Add code below to end of file
@media (max-width: 749px) {
  .grid .footer-block__heading {
    border-bottom: .1rem solid #929292;
  }
}

Thank you as always!