Social Media icons centered or place change and also colour of the footer is not completely black

Topic summary

Store owner seeks to center social media icons, make the footer fully black (including the payment methods area), and adjust footer link visibility/placement on a Shopify theme.

Progress and actions:

  • Store URL shared. CSS instructions provided to edit theme.liquid and add styles before to: 1) center social icons (.list-social) and 2) set the footer bottom background to #000. User confirmed this worked.
  • Follow-up request to improve visibility of the links under payment methods and center the “Hell‑Tote official store” text. Additional CSS shared to: 1) change the copyright text color and 2) center the footer bottom wrapper.

New issue raised:

  • Request to remove “refund” and “privacy” links, keeping only “2023 Hell Tote official store.” Responder replied that there is no privacy/policy shown, with a screenshot, without detailing how to remove other links.

Artifacts:

  • Code snippets and screenshots are central to the guidance.

Status:

  • Styling (centering icons, black footer, centered copyright) largely resolved.
  • Removal of specific footer links remains unclear/possibly unresolved.
Summarized with AI on January 9. AI used: gpt-5.

Social Media icons centered or place change and also colour of the footer is not completely black( payment methods)

Hello @Nick_Chatz
can you please share store URL?

https://helltote.de/

Hello @Nick_Chatz

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.list-social { justify-content: center !important; } .footer__content-bottom { background: #000 !important; }

1 Like

thanks a lot that worked one more thing, what about the links under the payment methods they are grey and not easy to see as also the Hell-Tote official store

and also centered if it is possible

Hey @Nick_Chatz

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.footer__copyright.caption { color: #808080 !important; } .footer__content-bottom-wrapper { justify-content: center !important; }

my solution worked then like and accept solution.
Thanks

1 Like

hey again, one more thing please, you are very helpfull thanks a lot, how can delete the refund and privacy and all things except the 2023 hell tote official store.

thanks again

There is no privacy and policy

1 Like