Shopify themes, liquid, logos, and UX
Hi! How can I link "ABOUT" in the footer section directly to this page:
https://www.10xfuel.com/pages/about
Website is: www.10xfuel.com
thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @10xfuel,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the footer direct page link, let’s try this solution:
Online Store ->Theme ->Edit code
Layout -> Theme.liquid
<script>
// Get the button element
const redirectButton = document.querySelector('.footer-block__heading');
// Add a click event listener to the button
redirectButton.addEventListener('click', function () {
// Define the URL you want to redirect to
const redirectUrl = 'https://www.10xfuel.com/pages/about'; // Replace with your desired URL
// Redirect to the specified URL
window.location.href = redirectUrl;
});
</script>
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hi @10xfuel,
This is Theodore from PageFly - Shopify Page Builder App.
For solving the problem about the footer direct page link, let’s try this solution:
Online Store ->Theme ->Edit code
Layout -> Theme.liquid
<script>
// Get the button element
const redirectButton = document.querySelector('.footer-block__heading');
// Add a click event listener to the button
redirectButton.addEventListener('click', function () {
// Define the URL you want to redirect to
const redirectUrl = 'https://www.10xfuel.com/pages/about'; // Replace with your desired URL
// Redirect to the specified URL
window.location.href = redirectUrl;
});
</script>
I’ll be so happy if my suggestion can help to solve your problem. If you have any further questions, please feel free to tell me.
Best regards,
Theodore | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
User | RANK |
---|---|
228 | |
167 | |
66 | |
53 | |
51 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023