Hello,

I am using a modified CristalX4Drupal theme in my 5.7 site, and would like to change the font color of one character in my site's title to pink where the rest of it can stay at the default color (white), but the markup disallows it. Is this a theme problem or more with how Drupal handles the title text?

Thanks for your time.

Comments

kalin_s’s picture

Did you try CSS :first-letter pseudo-element

http://www.w3schools.com/css/pr_pseudo_first-letter.asp

ashembers’s picture

I was just trying to use a tag to change the color, because the character I want to change color is in the middle of the title, not the beginning character. That was a good thought though. Any other thoughts? or should I just live with it?

Thanks!

kalin_s’s picture

Choose the font, size and color using a decent image editor and save the result as "title banner".

ashembers’s picture

OK - so I would have thought of that... not being a sodding idiot and all! I blame my 10 month old waking up at 4:30am this whole week. Thanks for the thoughts!!!