Page 1 of 1
Breadcrumbs in lower case, why?
Posted: Wed Apr 15, 2009 9:02 am
by William M
Just wondering why go to the trouble to change capitalized category names to lower case in the breadcrumbs?
'Home, Category' becomes 'home, category'.
Re: Breadcrumbs in lower case, why?
Posted: Wed Apr 15, 2009 10:08 am
by mazhar
I think best way to do this to make use of CSS. Just go to follwoing style
Code: Select all
.CategoryBreadCrumbs{padding: 4px 0;}
and change text-transform to meet your need for example if you want all category names in lowercase then it would be something like
Code: Select all
.CategoryBreadCrumbs{padding: 4px 0;text-transform:lowercase;}
Re: Breadcrumbs in lower case, why?
Posted: Wed Apr 15, 2009 3:24 pm
by jmestep
Re: Breadcrumbs in lower case, why?
Posted: Wed Apr 15, 2009 4:13 pm
by William M
Judy, your pedigree is showing....
Re: Breadcrumbs in lower case, why?
Posted: Thu Apr 16, 2009 6:25 am
by jmestep
Yes, and my age. I remember what a scandal it was in high school English that his name was all lower case.