Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1169146
custom css
Closed

Comments

  • Antonino started the conversation

    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?




  • Antonino replied

    hello

  •  7,280
    Oliver replied

    Hi, 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