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)
-   -   Header image between Blog Title/Sub Title and search box (http://forum.bytesforall.com/showthread.php?t=777)

bseppa Mar 15, 2009 01:14 PM

Header image between Blog Title/Sub Title and search box
 
Flynn - there is a small area of whitespace between these artifacts in which I would like to put an image (like a desaturated (faded) jpg). How can I do this? I gather that it will be somewhere in bfa_header_config.php but I am struggling to figure it out.

Thanks!

bseppa Mar 15, 2009 02:39 PM

Nevermind - I figured it out...

I put this after the //End of title description area

Code:

        // Image Area
        if ( $bfa_ata_blog_title_show == "Yes" OR $bfa_ata_blog_tagline_show == "Yes" ) {
        $logo_area .= '<td ' . $header_rowspan . 'valign="middle" align="center">';
                        if ( $bfa_ata_blog_title_show == "Yes" ) {
                        $logo_area .= '<img src="[whatever image you want]" />';
                        }
        $logo_area .= '</td>';
        }
        // END of Image Area



All times are GMT -6. The time now is 04:52 PM.

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