Footer Section Alignment & Newsletter Button – Prestige Theme

Hey guys, I have 2 questions about my footer (using the prestige theme).

  1. Can I move the social link icons and payment option types up so they sit nicely under the brand description/main footer navigation text? Please see images below for reference.

  2. Is there a way to remove the boarder/rectangle box from around the ‘subscribe’ button from my newsletter signup? Instead I want the button to be a simple underline and left aligned with the rest of the newsletter section. Please see images below for reference.

URL - https://927103-16.myshopify.com/

Thank you!

Current Footer –

What I want to achieve –

Hello @emilyaugstudios

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__inner{ position: relative; } .social-media--list{ position: absolute; top: 84px; /*adjust according to you*/ } .footer__inner button.button { background: unset !important; color: #000 !important; box-shadow: none !important; border: unset; border-bottom: 1px solid #000; padding: 0 !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

1 Like

Thank you so much! :blush:

1 Like