How do I add a white border around this box (image with text + image with text grid)
I know the CSS code for border but don’t know where to insert it.
Theme: Sense
Here is my url: genhaat.com
How do I add a white border around this box (image with text + image with text grid)
I know the CSS code for border but don’t know where to insert it.
Theme: Sense
Here is my url: genhaat.com
@ahana1605
Hello,
.card__content {
border: 2px solid #fff;
}
.image-with-text .grid {
border: 2px solid #fff;
border-radius: 20px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Like This
around both the image and the part you’ve highlighted
.image-with-text__text-item.grid__item, .image-with-text__media-item.image-with-text__media-item--large.image-with-text__media-item--middle.grid__item {
border: 7px solid #fff;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid