How do i put a border around my blog posts, collections and products in taste theme?

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:

  1. Go to Online Store->Theme->Edit code
  2. 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.