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;
}
Hide folder image
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Hide folder image
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.
Jan
e.g.
Code: Select all
pg-csv-name {
display: none;
}If you find Phoca extensions useful, please support the project
