I am finding it difficult to change the text size of the slogan. it seems that the sitename and the slogan are tied together. Can you Please advise on how we can access the site slogan css. thank you :)

Comments

nomonstersinme’s picture

If you'd like to edit the slogan - look for the following on line 199 in style.css:
#header #headercontent

The slogan is using default text settings so if you just add what you want in there it should work. If by some strange circumstance it doesn't let me know.

nomonstersinme’s picture

Status: Active » Closed (fixed)

closing. if you need anymore help, reopen.

jimmb’s picture

see below...

jimmb’s picture

Version: 6.x-1.x-dev » 6.x-1.2
Status: Closed (fixed) » Active

Hello, I'm glad to see the question because a similar problem is vexing me on this theme. I want to change the color of the slogan only, and also move it to the right independently of everything else.

Unfortunately, I can't find a way to do it with this theme (and I tried a bunch of different things). Any help would be much appreciated!

Jim

jimmb’s picture

Okay, I found it was easy enough to change the slogan color in the #header #headercontent area.

However, I still cannot find a way to move the slogan to the right independently of the site name. Everything I do moves the 2 together...

I see in page.tpl.php there is "$site_slogan". So I tried adding #site-slogan {margin-left: 20px;} to "style.css", but that (and other variations) didn't help either.

This is turning out to be quite difficult, and I *really* would appreciate if someone could help me with this.

Jim