Support » Plugin: WP Catalogue » Remove Boarder from Proudct image

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Maeve Lander

    (@enigmaweb)

    You can style any aspect of the WP Catalogue using css. For example, here is the css to set the image border to none:

    .wpc-img {
        border: none;
    }
    Thread Starter adz59shadow

    (@adz59shadow)

    Its Removed it from the main product list but not on the individual product
    Thanks for the assistance!
    Adam

    Plugin Author Maeve Lander

    (@enigmaweb)

    Woops ok if you want to get rid of all borders everywhere use this:

    .wpc-img, .wpc-img:hover, .product-img-view, .new-prdct-img {
        border: none;
    }
    Thread Starter adz59shadow

    (@adz59shadow)

    .wpc-img, .wpc-img:hover, .product-img-view, .new-prdct-img {
    border: none;
    }

    Hi What do I add to this to remove the list boarder and the grey background
    Regards

    Hi, Adam,

    Can you please help with this? what exactly you did to get borders removed ?

    I am newbie, please help me with step by step.

    Also if you know, there is a grey bg behind thumbnails of the images, how to remove that?

    Awaiting for kind reply.

    @turtleenterprise: If you require assistance then, as per the Forum Welcome, please post your own topic.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Boarder from Proudct image’ is closed to new replies.