Shopify themes, liquid, logos, and UX
Hello team!
I'm trying to add part of the footer in the mobile menu, I have Sense theme and I don't find any way to do it.
I think I should do it with some code.
Any clue how to add it here?
I'm attaching the picture where I want to add it!
Hope someone can help! Thanks in advance!
Solved! Go to the solution
This is an accepted solution.
Hi @Elia18
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Layout/theme.liquid
3. Add code below to bottom of file before </body> tag-> This code append all content of footer to here
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>
$('.menu-drawer__utility-links').prepend($('.footer').html())
</script>
Hi @Elia18
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Sections/header.liquid
Thanks but I don't know what code to add if I want for example my first column of the footer from my website.
Do you know when starts and when ends in the footer code? thanks!
This is an accepted solution.
Hi @Elia18
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Layout/theme.liquid
3. Add code below to bottom of file before </body> tag-> This code append all content of footer to here
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>
$('.menu-drawer__utility-links').prepend($('.footer').html())
</script>
Amaaaaazing! thanks a lot!!!👏👏👏👏👏👏👏👏👏
Hey EBOOST,
thanks for your code, it looks good but i have some styling issues.
Is there a possibility to adjust the "footer" as well to put "Login" on other position?
waiting for your response 🙂
thanks in advance
Hi,
Could you share your url store? We will help to check it.
hi @EBOOST , sorry im not allowed to share passwords or urls.
hopefully you can assist 🙂
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024