-- HikaShop version -- : 2.3.1 Business
-- Joomla version -- : 3.2.3
-- PHP version -- : 5.4.30
I had this done before and I can't figure out what I am missing. I use to have the Category Listing menu item as my home page and it did not have the category images showing.
This is how it looks now.
I had it before with the category images not showing. Did I do that with CSS or am I missing something in Hikashop to turn them off?
Obviously I am wrong but I went into Hikashop Menu item options and made sure show image was off. It must not be that because it doesn't do what I thought and another site has it off and they show as well.
So what am I missing? I know it is something simple, but after 30min+ of trying to figure out what I am not doing I figured someone here could point it out.
I just went through my custom CSS for Hikashop and I don't see anything in there related to hiding images, so I guess I am missing something in Hikashop itself.
I can use CSS to do it, but still curious if there is an option in Hikashop I am missing.
.hikashop_category_image {
display: none;
}