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>
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025