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>
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024