Shopify themes, liquid, logos, and UX
Hi Hello! I am trying to customize my footer and get both colums to the center, make socials icon appear in the second column instead of text, and make a thrid column with payment icons saying "we accept". Ive made a quick paint picture showing the results. Could someone please help
Hey @Cherry_Moon.
Thanks for reaching out.
Just to gather some additional context, could you let us know what theme you are using for your online store? As this information will allow us to take a look and advise further.
If you are unsure about which theme is live on your store, you can navigate to the Theme Editor and select the three dots that are appearing towards the top left of the page. I took a screenshot from my test store to show you the section I am referring to:
Looking forward to your response.
Ollie | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Theme: Refresh 😁
Hey @Cherry_Moon.
Thanks for the quick response.
Looking into the Refresh theme, I noticed that using the Theme Editor - we are unable to change the format to have the footer section displayed as described. However, it is possible to make a change of coding to the theme to have it as you would like. While I was looking into making these changes, I did see that the Refresh theme is designed and supported by Shopify. Since we developed the theme, we may be able to use free design time for Shopify themes to allow our internal teams to make the changes on your behalf.
If you are interested in using the design time, you will need to reach out to our live support by navigating to the Help Center. This will allow us to verify you as the store owner before speaking directly with a Support Advisor about the changes you would like to see.
Alternatively, if you are interested in hiring an individual to assist you with completing this task, you can reach out to a Shopify Expert.
Let me know if you have any questions.
Ollie | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Hi @Cherry_Moon ,
The best way is to go directly into your theme and edit the footer liquid file to look like this:
If you can share your access store, I will help you edit it in the above way. If not, you can do the following:
Edit code -> Layout -> theme.liquid, copy this code to the end of the file;
<script> const socialElement = $(".footer-block--newsletter.scroll-trigger.animate--slide-in"); const firstElement = $(".footer__content-top.page-width .footer__blocks-wrapper").children().eq(0) const secondElement = $(".footer__content-top.page-width .footer__blocks-wrapper").children().eq(1) socialElement.css({'--animation-order': '2','align-items': 'start'}); secondElement.css({'--animation-order': '3'}); $(".footer__blocks-wrapper").css({"text-align":"center"}) firstElement.after(socialElement) </script>
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via [email protected]
How can i share my site with you ? 😀
This is what happened after editind the code;
Before;
After;
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024