VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: lew1s on April 15, 2014, 16:59:06 PM

Title: hide on category from list
Post by: lew1s on April 15, 2014, 16:59:06 PM
how can i hide one category on this site? on the left side are categories. i dont want to show Topaz there . but i dont want to delete the category

http://www.safe-stride.com/


virtue mart 2.6
joomla 2.5
Title: Re: hide on category from list
Post by: jenkinhill on April 15, 2014, 17:26:56 PM
Unpublish it? Not the same as delete. 
Title: Re: hide on category from list
Post by: lew1s on April 16, 2014, 11:25:49 AM
but want the category on page but dont want in the list.
Title: Re: hide on category from list
Post by: JoomTut on April 16, 2014, 14:34:07 PM
Add this code to your css:
#lvmc-wrap > li:nth-child(10) > a {
display: none;
}


Or edit mod_virtuemart_category to exclude this category ID from the list.
Title: Re: hide on category from list
Post by: balai on April 16, 2014, 18:33:52 PM
The ability to exclude categories from the lists exists in Custom Filters
http://breakdesigns.net/extensions/custom-filters

It is in the free version!
Title: Re: hide on category from list
Post by: lew1s on April 17, 2014, 10:13:39 AM
thanks working with css. dont know why my chrome inspector is not showing child trees. was showing before. how can i enable it ?