Hi guys,
If you have a look here:
http://www.ulcomedical.com/2012/joomla/index.php
...you'll see that I'm using all small letters at my client's request. Top Category in the breadcrumbs is the only bit which is still using capital letters, and I'm not sure where to find it!
Does anyone have any ideas?
Cheers!
Watto :)
Check the menu item which link to VM. I think there it is..
Hmmm, doesn't seem to be ???
Mod edit: bump message removed.
do you have a "category" link that does not have a category selected?
You should create a link to vmart default layout. That will also show categories
That's fixed the breadcrumbs, but now I have the title on the page (Categories) - where do I get rid of that?
Thanks very much for your help :)
http://forum.virtuemart.net/index.php?topic=90935.0
in the categories template
It was over my head, so I ended up using h4 {display:none;} for componentheading in my css :)
Thanks :)
I decided to go with .category-view h4{display:none;} in the vmsite-ltr.css (assets/css), because that won't break all my h4 headings if I choose to use them :)