Close

Remove images from Subcategories

Niaris
8 years ago
#10274 Quote
Avatar
  • 3
Hello I was wondering how to remove only the images but leave the link from the Subcategories section. I tried adding custom css with display:none; but it removes the hole thing
Peter.Zhekov
8 years ago
#10284 Quote
Avatar
  • Moderator
  • 104
Hi there,

Please add the code below in the 'Custom head styles' and I believe you will get what you want (if only the subcategories are what you want to change):

.sub-category-item .picture {
display: none;
}
.sub-category-grid .item-box .title {
    position: static;
}
Regards,
Peter Zhekov
Nop-Templates.com
Niaris
8 years ago
#10286 Quote
Avatar
  • 3
That did the trick, thanks a lot!