Hide folder image
Posted: 30 Mar 2016, 23:31
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;
}
.pg-csv-name {
text-align: left;
margin-top: 5px;
padding-left: 20px;
background: url(../../images/icon-folder-small.png) 0 1px no-repeat;
}