News:

Support the VirtueMart project and become a member

Main Menu

hide on category from list

Started by lew1s, April 15, 2014, 16:59:06 PM

Previous topic - Next topic

lew1s

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

jenkinhill

Unpublish it? Not the same as delete. 
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

lew1s

but want the category on page but dont want in the list.

JoomTut

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.
http://www.joomtut.com - How to Joomla!
Joomla! & VirtueMart Pro Support.
http://www.joomtut.com/joomla-clip.html - 14 steps to creating a Joomla! website with video clip tutorials

balai

The ability to exclude categories from the lists exists in Custom Filters
http://breakdesigns.net/extensions/custom-filters

It is in the free version!

lew1s

thanks working with css. dont know why my chrome inspector is not showing child trees. was showing before. how can i enable it ?