Shopify themes, liquid, logos, and UX
Dear community
I am using the theme "Prestige" and would like to make a customization. Is it possible that I make a horizontal line between the block "Designed in Switzerland" and the first menu in the following footer?
Something like that:
Solved! Go to the solution
This is an accepted solution.
Hi @admintb ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
.Footer__Block.Footer__Block--text {
border-right: 1px solid;
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly
This is an accepted solution.
You can add this code below:
<style>
.Footer__Block.Footer__Block--text {
border-color: #6a6a6a;
}
</style>
This is an accepted solution.
Hi @admintb ,
This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:
Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :
<style>
.Footer__Block.Footer__Block--text {
border-right: 1px solid;
}
</style>
Hope my answer will help you.
Best regards,
Victor | PageFly
@PageFly-Victor Thank you! How can I make the line the same color as the text in the footer?
This is an accepted solution.
You can add this code below:
<style>
.Footer__Block.Footer__Block--text {
border-color: #6a6a6a;
}
</style>
User | RANK |
---|---|
154 | |
136 | |
77 | |
71 | |
70 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023