Hi,
I would like a help from some expert... I tried to find a solution for the whole day but without success. My problem is:
Make my products apparel in collections like this>>> https://www.ferplast.com/gb/cat-sofas-beds.html?p=2
I want to have that silver border around product+buy button+price, not only around product picture.
I use Venture theme, and managed to put border only around a picture in theme.scss.liquid. I want to have a border around whole product grid.
Thanks in advance!
Hey Nikola,
Would you share a link to your store? Definitely would help.
Hey Nikolas,
Kinda blindfolded, but you can try adding:
.grid--no-gutters>.grid__item {
padding: 10px;
}
and:
.grid--no-gutters .product-card {
border-left-width: 2px;
border: 2px solid #ccc;
}
to the bottom of your theme.scss.css.
Often you can't just go around the forum and copy code and expect it to work. Most themes are built completely differently so the element that you have to reference are different.
User | Count |
---|---|
688 | |
138 | |
104 | |
63 | |
36 |