I want to have a uniform border look throughout my homepage. How do i add a think black border around the content? I have attached photos.
Hi @jhaddock ,
Please share your store URL and if your store is password protected then please provide password too.
So that we can help you.
Thank you.
ModaAngelique.myshopify.com password lowrtu
Hi @jhaddock ,
You can follow the instruction below:
- Go to Online Store->Theme->Edit code
- Asset->/component-card.css->paste below code at the bottom of the file:
.card--card {
border: 1px solid black !important;
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

