> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.easystore.co/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Add Details on footer

###### In this article:
1.  [Add social media detail](#3-1-add-social-media-detail)
2. [Payment methods](#3-2-payment-methods)
3. [Add quick links](#3-3-add-quick-links)
4. [Add contact details on footer](#3-4-add-contact-details-on-footer)
5. [Add contact details on footer (Old Themes)](#3-5-add-contact-details-on-footer-old-themes)
6. [Adjust footer font size](#3-6-adjust-footer-font-size)
7.  [Adjust Quick Links footer alignment to center](#3-7-adjust-quick-links-footer-alignment-to-center)
8.  [Resize footer logo](#3-8-resize-footer-logo)
9.  [Resize footer social media icons](#3-9-resize-footer-social-media-icons)
10. [Remove footer logo & footer copyright](#3-10-remove-footer-logo-amp-footer-copyright)


### ⚠️Kindly take note :
*   Bellow editing are split to new theme template and old 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    

### 1. Add social media detail

**Step 1:** Go to [EasyStore Admin](https://admin.easystore.co/) > Channels > Online Store > Footer > **Social Media**

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-79_c6iroa.png)

**Step2**: Save 

### 2. Payment methods 

**Step 1:** Go to [EasyStore Admin](https://admin.easystore.co/) > Channels > Online Store > Footer > **Payment methods **

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-77_1uj59y.png)

**Step2**: Save 

### 3. Add quick links

**Step 1:** Go to [EasyStore Admin](https://admin.easystore.co/) > Channels > Online Store > Footer > **

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-80_js5qbm.png)

**Step2**: Save 

### 4. Add contact details on footer

**Step 1:** Go to [EasyStore Admin](https://admin.easystore.co/) > Channels > Online Store > Footer > insert your contact details under **About Us**

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-81_knqx3n.png)

**Step2**: Save 

---


### 5.  Add contact details on footer (Old Themes)

| 💡Old Themes (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](https://admin.easystore.co/) > Channels > Online Store > Edit source > layout > **theme.liquid**

**Step 2** : Search for **{% if settings.footer_social_enable %}** around line 190 - 200 and add your contact details below </div>

**Remark:** <br> is for space

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-82_heooqd.png)

**Step 3** : Save

**This would be the end result :**

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-83_hzgoie.png)
---
### 6. Adjust footer font size

**Step 1:** Go to [EasyStore Admin](https://admin.easystore.co/) > Channels > Online Store > Edit source > assets > **theme.scss**

**Step 2** : Look for **font-size: 0.85em;** around line **730 - 740** > change the font number to your preferred size

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-84_1cr40j6.png)

**Step 3** : Save
---
### 7. Adjust Quick Links footer alignment to center

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-85_1fs6y76.png)

**Step 1:** Go to [EasyStore Admin](https://admin.easystore.co/) > Channels > Online Store > Edit source > assets > **theme.liquid**

**Step 2 :** replace **large--one-half** with **large--one-quarter medium--one-half**

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-86_jfjvre.png)

**Step 3 :** replace **{{ footer_column_width }}** with **large--one-half text-center**

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-87_5cna9z.png)

**Step 4 :** Save & you're done!

### Result for center alignment :

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-88_cld96l.png)

| **💡 Tips :** If you would like to align the QuickLinks footer below the footer copyright, you may go to **theme.liquid** > Look for `footer_quicklinks`

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-89_b6uh6v.png)

Move the code to before `footer_show_methods_of_payment` > Save

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-90_ls770t.png)

### Result for left alignment :

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-91_1ecku1s.png)
---
### 8. Resize footer logo

**Step 1** : Go to Channels > Online Store > Edit Source > Select **theme.liquid** file
  
**Step 2** : Look for **settings.footer_logo_img** and resize it at max-width > Save

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-92_abjagu.png)

If you can't find **settings.footer_logo_img** at **theme.liquid,** you can select **timber.scss** file > Look for **.footer-logo** and change the **max-width >** Save and you're done!

![](https://storage.crisp.chat/users/helpdesk/website/f89e9a51ac8e1800/97251628-ca25-45cf-8d77-b2387b_gm5v6o.png)
---
### 9. Resize footer social media icons

**Step 1** : Go to Channels > Online Store > Edit Source > Select **theme.scss** file
  
**Step 2** : Look for **.social-icon-svg** and change the **width & height**

![](https://storage.crisp.chat/users/helpdesk/website/d591b877ef40e800/c8aed34f-a2d0-436c-a5ee-beadee_1ovkksk.png)

**Step 3 :** Save and you're done!
---
### 10. Remove footer logo & footer copyright

**Step 1 :** Go to Channels > Online Store > Edit Source > Select theme.liquid

**Step 2 :** Look for `<div class="grid__item large--one-half ">` & remove the code

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-93_mixybb.png)

**Step 3 :** Save

### Before :

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/b-94_qrqrec.png)

### After :

![](https://storage.crisp.chat/users/helpdesk/website/ce557dd5dd050000/8dfc3027-87e3-46c7-8ecd-478629_mx48wz.png)