Same Bottom Page & Footer for all pages

Hello guys currently working on my website www.auraliving.nl i want the bottom of my page / website on mobile to be the same on all other pages on my website ( like product page, contact page, etc, etc, any page ) is there any code or easy way to do this. check out on my website what i mean & i include a screenshot below. Thanks

Hi @NinoB97 ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Sections/collapsible-content.liquid
  2. Refer screenshot to remove code.

  1. The same for sections/image-with-text.liquid

  1. Go to Customize → add section to footer → It will be will appear all pages

1 Like

Hi @NinoB97 ,

Please see the two options below to update the footer across all pages:

Using Shopify’s Theme Customizer:

-Go to your Shopify Admin and navigate to Online Store > Themes.

-Click on “Customize” next to your active theme.

-In the theme customizer, navigate to the footer section and ensure it is set up correctly. Changes here should apply to all pages.

Editing the Theme Code:

-Go to Online Store > Themes in your Shopify Admin.

-Click on “Actions” next to your active theme and select “Edit code”.

-Find the footer.liquid file, located in the Sections folder.

-Ensure that the footer.liquid file contains all the necessary elements you want to appear across all pages.

-In the Templates folder, open the templates for the pages where you want the footer to appear (e.g., product.liquid, contact.liquid, etc.).

-Include the footer by adding the following line at the bottom of each template file:

{% section ‘footer’ %}

I hope this helps! If it does, please like it and mark it as a solution!

If you need further assistance, feel free to reach out!

Regards,
Sweans

1 Like

@BSSCommerce-HDL @BSSCommerce-B2B can one of u guys help me with this ?