By shiolo on
Hi, I don't manage css so I wished someone could give me the code for changing the main title (the header) of my site so I can introduce it in the CSS Injector.
What I would like to do is to change the colour of the first 3 letters of the title. Also i would like to change the font of the rest of the letters of it. For example if my title is Drupal, I would like to have "Dru" in a different colour and also the rest of the letters, "pal" in different font.
Thanks for the help,
mateo
Comments
Try this
Go to your theme folder. open page.tpl.php.
go to line 45(in garland) or this line:
replace with this code
Next go to the style.css file found in your theme directory.
add these
You can change the color and the font family
Let me know if you have further questions
Thanks
Thanks wydle, but I have only
Thanks wydle, but I have only one more question. I'm using amity island theme, in this theme the line "print $site_html .'
'; " doesnt appear, so...what line should I replace?
thanks!
can you please send me the
can you please send me the page.tpl.. file?
If I could attach the file I
If I could attach the file I would, here it's the theme, http://drupal.org/project/amity_island . Thanks
let's do this
ok let's do this
find (line 50 in page.tpl.php)
replace by
the css stays the same.
thanks ;)
It works perfectly! Thanks
It works perfectly! Thanks for the help wydle!
U're welcomed. any other
U're welcomed.
any other issues, you can contact me
thanks