Hide folder image

Phoca Gallery - image gallery extension
vtjoanne
Phoca Member
Phoca Member
Posts: 22
Joined: 28 Jul 2012, 22:58

Hide folder image

Post by vtjoanne »

How should the code be written for my custom css file to hide the folder icon that shows beside the categories name?

.pg-csv-name {
text-align: left;
margin-top: 5px;
padding-left: 20px;
background: url(../../images/icon-folder-small.png) 0 1px no-repeat;
}
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Hide folder image

Post by Jan »

Hi, not sure what you exactly need, but if you want to hide some part on the site with help of css, you just add display:none; attribute and value.

e.g.

Code: Select all

pg-csv-name {
display: none;
}
Jan
If you find Phoca extensions useful, please support the project
Post Reply