Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   Getting a photo into the header ? (http://forum.bytesforall.com/showthread.php?t=19893)

Trevs Mar 15, 2013 12:00 AM

Getting a photo into the header ?
 
Loved the look of this site

http://www.orangemastering.com/

and wanted to mimic the look of the header but how do I ?

We only just stared the other day, here's us

http://nymboida.net/

juggledad Mar 15, 2013 04:26 AM

you need to add some code to the virtual template header.php

to display just an image use
HTML Code:

<div id="logo-img" class="col12 row">
                  <img src="http://yourdomain.com.com/wp-content/..path to image../imagename.jpg">
</div>

to have the image link to the home page use
HTML Code:

<div id="logo-img" class="col12 row">
        <a href="http://yourdomain.com">
                  <img src="http://yourdomain.com.com/wp-content/..path to image../imagename.jpg">
        </a>
</div>



All times are GMT -6. The time now is 02:16 AM.

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