GetSimple Support Forum

Full Version: How color only half website title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to color half of the website title different from the other half. I am very new at php, but I can figure it out if pointed in the right direction.

So far I thought to split the title into two strings giving each a different class and then just style each class. I do not know how to do this. Any help would be appreciated. Is this the easiest/only way to go about this in get simple.
http://php.net/manual/en/function.substr.php this is the PHP function you need to do this
you could use CSS pseudo elements: "first" for the first word of the title

do a little CSS tests