How do I center align text in footer menu

Dear experts, I need your help.

  1. How do I center align text in footer menu?
  2. The theme includes icons for payment, but they are not displayed

Theme Brooklyn - https://overz.co/

All the Best,
Alex

1 Like

Please place this code at the end of theme.scss

.site-footer__linklist, .social-icons, .footer-grid h4 {
text-align: center;
}

Regarding to the payment option, please go to customize theme, there you will find option of enabling payment options.

1 Like

Hello @Airika_Bali

Welcome to the Shopify Community!

This is Jay from Oakleaf Infoway. I would love to help you with the same.

If you wish to hire me, you can reach me anytime here is my official email Id: live:.cid.2ca82125d1edaa5f

Thanks

Friend, everything is included.
There are no icons, I think they are covered by a black bar in footer

1 Like

Someone commented the code of payment. Please go to section β†’ footer.liquid and try to find payment icon code.

I opened the code, what should I do with it? )