footer change

Solved

footer change

Urtuca
Excursionist
19 0 2

Hello, 

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

 

to this:

IMG_5660.png

IMG_5661.png

 

Accepted Solution (1)

EBOOST
Shopify Partner
1395 351 428

This is an accepted solution.

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;
  }
}
- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 5 (5)

TheScriptFlow
Shopify Partner
709 49 92

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!

- Need a Shopify Specialist? Chat on WhatsApp Or Email at info@thescriptflow.com

- Boost Your Sales with Affiliate Marketing - UpPromote: Affiliate & Referral


- If my solution was helpful, mark it as a solution and hit the like button! And Wait Don't forget to Buy me a Coffee

Urtuca
Excursionist
19 0 2

Hello, my store url is 

 

nsccy1-4u.myshopify.com

 

thank you!

Urtuca
Excursionist
19 0 2

Hey, can you still help me out?

EBOOST
Shopify Partner
1395 351 428

This is an accepted solution.

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;
  }
}
- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
Urtuca
Excursionist
19 0 2

Thank you as always!