Home Forums WoodMart support forum Border around pictures

Border around pictures

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #25076

    Fireball
    Participant

    Hello,
    I want to buy again your theme for another client which have a lot images with a white background.
    Is it possible to delimite images and put a border around all images ?
    Thanks a lot

    #25082

    Fireball
    Participant

    Noboby with me ?

    #25091

    Artem Temos
    Keymaster

    Hello,

    Sure, we can provide you a custom CSS snippet to add borders for all products images on the site. Just give us an access to that site and we will prepare this snippet for you.

    Regards

    #25097

    Fireball
    Participant

    Ok thanks a lot.
    It’s done.

    #25101

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings

    .product-element-top img {
    	border: 1px solid #e3e3e3;
    }
    #25109

    Fireball
    Participant

    Thank a lot. Is it possible to have the same thing with prices ?

    #25120

    Artem Temos
    Keymaster

    Could you please provide us some screenshot of how it should look?

    #25124

    Fireball
    Participant

    Something like this. Thanks

    Attachments:
    You must be logged in to view attached files.
    #25126

    Artem Temos
    Keymaster

    Try to replace previous code with this one

    .product-grid-item {
    	border: 1px solid #e3e3e3;
    	padding-bottom: 5px;
    }
    
    .product-element-top img {
        border-bottom: 1px solid #e3e3e3;
    }
    #25127

    Fireball
    Participant

    Your the best !
    Thanks a lot

    #25132

    Artem Temos
    Keymaster

    You are welcome!

Viewing 11 posts - 1 through 11 (of 11 total)