How to add a text block at bottom of Shopify footer on Prestige Theme

Hi everyone,

I am trying to add text just above the payment icons (footer section), and it should span the entire page. Can somebody help?

Hi, Please insert the liquid code with the text you would like to update as below:
Steps:

  1. Head to Admin > Online Store > Themes > Customize > Edit code.
  2. Open Sections > footer.liquid template.

To be able to help with exact code please share the store url.

Please share your store URL

Hi @consult_va here it is
https://www.vanivrtti.com/

Hi @Touhiid

here it is

https://www.vanivrtti.com/

Hello @VaniV

To add a block of text Navigate to online store>> Click Edit Code.

Find the class(ctrl+ F to find) “Footer__Inner” in footer.liquid file. Now paste the code just below “Footer__Inner” class.

Your description

*(Change the text “Your description” to your preferred text.)

After adding this code you will see the text on the footer. Now add some style to your footer.liquid file.

To add the style scroll up to the top and add the code:

.footer_newText { width: 100%; text-align: center; font-size: 1.7rem; color: black; margin-bottom: 2rem; }

If it doesn’t work then let me know and add the screenshot where you have added the code.

Hope it will be helpful for you.

Thanks.

1 Like

Hi @Touhiid Thank you for the info. However, can you guide how can I place the text at the bottom just above the payment icons? I have shared a screenshot.

Changes are done, I found the class its “Footer__Aside”

Thank you @Touhiid

1 Like

@VaniV that is great.

Thanks for letting me know.