Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Alt Text in hover on Header (http://forum.bytesforall.com/showthread.php?t=6146)

amynking Mar 4, 2010 09:11 AM

[SOLVED] Alt Text in hover on Header
 
Hello. How do I get rid of the alt text (that is the blog title) when hovering over the header?

http://somethingyellow.com/blog

Thank you!

Amy

juggledad Mar 4, 2010 02:53 PM

go to ATO->Header Image->Make header image clickable? and set it to NO

amynking Mar 4, 2010 07:34 PM

I still want the image to be clickable to the homepage. But when i hold the mouse over the image, the title of the blog appears in that little yellow box. I want to be able to have the mouse go over that image and not have anything appear.

Example: http://somethingyellow.com/yellowbox.png

Thanks!

juggledad Mar 5, 2010 05:12 AM

edit bfa_header_config.php and change line 281 (in version 3.4.6) from
HTML Code:

<a class="divclick" title="' . $bfa_ata['bloginfo_name'] . '" href ="' . $bfa_ata['get_option_home'] . '/">&nbsp;</a></div>' : '' );
to
HTML Code:

<a class="divclick" href ="' . $bfa_ata['get_option_home'] . '/">&nbsp;</a></div>' : '' );

amynking Mar 5, 2010 10:24 AM

Thank you : )


All times are GMT -6. The time now is 04:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.