Hi,
I need a little help.. I want remove the box from images, but I need for folders... Anyone can help me?
Remove box from images
-
christine
- Phoca Hero

- Posts: 2938
- Joined: 28 Nov 2010, 17:20
Re: Remove box from images
Hi,
I don't know what exactly you mean with "removing the box". Maybe the borders etc.?
Kind regards
Christine
I don't know what exactly you mean with "removing the box". Maybe the borders etc.?
Code: Select all
.pg-csv-box {
border:none;
background: transparent;
box-shadow:none;
}
Christine
