Re: All Business template Support Thread

Originally Posted by
jadedev
website:
chefscircle.com.au/cart
I tried setting font size to 2.0, thinking 2.0 is twice of 0.95, but still no change.
That's because it's not telling the font what to do, it's telling the div what to do...............
See, right now, it looks like this, right?
Code:
#navBreadCrumb{font-size: 2.0em;font-weight: bold;margin: 0em;padding: 0.5em;}
Well, now let's add an "a" to it, so it will tell the font what to do:
Code:
#navBreadCrumb a {font-size: 2.0em;font-weight: bold;margin: 0em;padding: 0.5em;}
Then, you will notice the difference. With you having the font-size: 2em;............it's pretty big.
Anyway...............hope this helps.
Teach them to shop and they will shop today;
Teach them to Zen and they will OWN a shop tomorrow!