I couldn't get the site slogan to display using the chameleon theme. I added the following to the chameleon.css template and it seems to work.

#header .slogan {
font-size: 1.2em;
font-weight: bold;
}

I'm not at all an experienced programer and I'm sure others will have better fixes but I thought this might help someone who is having the same problem.