Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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