By dibbd on
If you visit my site:
and mouse-over the site logo and text where it says "Medisoft 15", the Alt text just reads "Home".
How can I change it to whatever I want, for example "Medisoft" would be great.
If you visit my site:
and mouse-over the site logo and text where it says "Medisoft 15", the Alt text just reads "Home".
How can I change it to whatever I want, for example "Medisoft" would be great.
Comments
Try looking in the
Try looking in the page.tpl.php file in your theme folder.
There should be a line of code that looks something like this
Change the alt to whatever you want.
Hey, thanks a lot, you
Hey, thanks a lot, you certainly got me in the right direction. Maybe it's just the Chrysalis theme I'm using, but I had to change the "print" statements below to 'Medisoft' in order for it to work. I first changed the alt= as you suggested, refreshed, made no difference.
So then I looked around some more on that page and found a few other places that had 'Home' and changed it to 'Medisoft'.
Thanks again, and this is the code I changed:
Cool, Looks good, Every theme
Cool, Every theme has a different way of doing it.