Absolutely useless at coding and not quite sure how to do this
https://greenroomcoffee.myshopify.com
In the about green room section Im trying to get it to match the rest of the green background
Absolutely useless at coding and not quite sure how to do this
https://greenroomcoffee.myshopify.com
In the about green room section Im trying to get it to match the rest of the green background
Hey @greenroomcoffee
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @greenroomcoffee ,
I just like to clear you like to put border in the Image with text with same color on the background of it? If it that so try this.
.image-with-text__grid.grid.grid--gapless.grid--1-col.grid--2-col-tablet {
border: 5px solid #4f8b78;
border-radius: 1.5%;
}
Result:
I make thicker border so it wouldl be visible. but you can increase or decrease it.
I hope it help.
Hello @greenroomcoffee
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.image-with-text.collapse-corners:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__media img {
border: 4px solid #4f8b78;
}
Thank you so so much! Worked a treat and your instructions were so clear and useful!