I am now updating my hikashop online store to Joomla 3.3 with hikashop version 2.3.4
I want to remove the sub-categories in the Product listning. So I implemented the the code like explained in this thread.
#hikashop_category_information_menu_102 .hikashop_subcategories_listing {
display: none;
}
But this time it does not work. The men number "102" is correct. And I tried implementing the code in both Front-end CSS File "Custom" and Styles for the front-end "Pictureblue".
But it does not work, any advice ?