Articles on: Online Store

Add FPX logo in footer

In this article:

Get ready logo image link
Add FPX logo in website footer

⚠️ Kindly take note :
Above all code editing, you will need to re-edit the code again if you switch to a new theme template
We do not allow to change or edit the code for the checkout page (which include shipping & payment method) due to security reasons



Before started, you will need to get ready the image link of your FPX logo. If you only have the image file but do not have a link for it yet, you can upload the logo image into your EasyStore storage and get the link. Here is how:

Step 1: Go to EasyStore Admin > Channels > Online Store > Pages > Add page > select Blank template > click on Images.



Step 2: Select Add image tab > Upload image



Step 3: Upload your FPX logo image > now you get your logo Image link which will be used in the coming Step 2.

📌 Note : The link has been created successfully at this step. If you missed this page, you can always go to Admin > Settings > Files to find this link again




(For Candy, WAVE, LUCKY, X-Force, Mine Style, Dreams Bedding, The Summer, Advanture Camping, Happy Kitchen, and Flower & Tea House only)

Step 1: Go to EasyStore Admin > Channels > Online Store > Edit source > folder layout/theme.liquid > search for {% if settings.footer_ssl %} > and paste the code below it.

<div class="grid">
    		<div class="grid__item text-center">
        		<img width="100px" src="your FPX logo link">
        	</div>
</div>


Step 2: Result as below

💡 Tips: You can adjust the logo size by adjusting the 100px



Step 3: Save and you're done.

Updated on: 10/10/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!