Comments Antonino started the conversationMay 12, 2017 at 5:49pmhello, I need to put the border to be visible all around the product so I put : .products .product-image { margin: 0px !important;} the problem is that in your theme css you already have "!important;" .products .product-image { display: block; text-align: center; margin: -1px -1px 0 !important; position: relative;} and I cant override it. infact there is no point of using custom css. can you help? Antonino repliedMay 13, 2017 at 8:22amhello 7,092Oliver repliedMay 15, 2017 at 8:55amHi, sorry, not quite sure what do you mean. You can use this css: body .products .product-image { margin: 0px !important; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
hello, I need to put the border to be visible all around the product so I put :
.products .product-image {
margin: 0px !important;
}
the problem is that in your theme css you already have "!important;"
.products .product-image {
display: block;
text-align: center;
margin: -1px -1px 0 !important;
position: relative;
}
and I cant override it. infact there is no point of using custom css.
can you help?
hello
Hi, sorry, not quite sure what do you mean.
You can use this css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver