This article only applies to the old designer. Not sure which designer you have? Check here. You can see how to do this in the new designer here

All Cratejoy themes include social media icons that can be linked to your social media sites. Out of the box, the icons are not linked to anything. You should provide the links for your social media using the steps below.

Edit Social Media Links

Go to Design

From the merchant portal, choose Design from the navigation menu.

Go to Designer

Find the section for Published Design and choose the Designer button.

Link Your Social Media

Most themes will include social media images in the footer of your site. Scroll all the way down to the bottom and double click the icon.

Click on the pencil icon to edit the link

Social Media Sites in almost every Cratejoy theme:

  • Facebook
  • Twitter
  • Pinterest
  • Instagram

Save Your Changes

Press the Save button at the top of the page.

Remove Social Media Links and Icons

To hide social media icons that you do not support, you will have to modify your template files using the code editor.

Go to Design

From the merchant portal, choose Design from the navigation menu.

Go to Code Editor

Find the section for Published Design and choose the Code button.

Edit the source code

Depending on your theme, you need to open either html/base.html or html/footer.html. Look for the social icon comment.

<!-- Facebook icon -->
<a href="#">
Some html
</a>
<!-- end Facebook icon -->

Either remove the entire block, or comment out the block by removing the '>' on the first line and the '<' on the last line of the block

<!-- Facebook icon --
<a href="#">
Some html
</a>
!-- end Facebook icon -->

Related Links: Add a Blog