Shopify themes, liquid, logos, and UX
I am using the Dawn theme and would like to add a border just around the the columns in my multicolumn sections. I know I can add a border to content containers but I don't want all content to have the borders. I'd like the border to only surround my columns in multicolumn sections.
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hi @legalco,
Please replace the code provided with the code below
.multicolumn-list__item.grid__item {
border: 3px solid black;
}
Hi @legalco,
If you mean to have the columns bordered like below.
1. From your Admin page, go to Online store > Themes > click the three dots > Edit code
2. Find the Asset folder, and open the base.css file
3. Add the code below at the very end of the file
.multicolumn-card__info {
border: 3px solid black;
}
Thank you! This is really helpful and almost perfect. This did create the border but the image portion of the column is above the border. The text is within the border. Any chance it's possible to have the border around both the text and image of the column?
This is an accepted solution.
Hi @legalco,
Please replace the code provided with the code below
.multicolumn-list__item.grid__item {
border: 3px solid black;
}
Hi @legalco
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
.multicolumn-card__info>:nth-child(2) {
border: 1px solid black;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
Hello @legalco ,
It's the GemPages Support Team and we are glad to assist you today!
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.multicolumn-card__info {
border: 2px solid black;
}
</style>
Let us know how it works for you.
Best regards,
GemPages Support Team
User | RANK |
---|---|
72 | |
70 | |
65 | |
53 | |
52 |
As a business owner, have you ever wondered when your customer's first impression of yo...
By Skye Jun 6, 2023We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023