Viewing 7 replies - 1 through 7 (of 7 total)
  • try and edit style.css – about 3/4 down:
    add ‘width’ and ‘height’ to ‘#header h1’, and ‘height’ and ‘display:block;’ to ‘#header h1 a’:

    #header h1 {
    	text-align:left;
    	position:absolute;
    	left:0px;
    	top:0px;
    width:100%;
    height: 300px;
    }
    h1 a {
    	color:#DFF5FF;
    	text-decoration:none;
    	font-family:Verdana, Arial, Sans-serif;
    	font-size: 30px;
    	font-weight:normal;
    height: 300px;
    display:block;
    }

    tested in firefox, not tested with other browsers.

    Thread Starter simpleta

    (@simpleta)

    Thanks for your response, alchymyth – I’m a little confused.
    Where would I paste the URL (www.simpletapas.com)?

    you should go into the folder of your theme, and look for header.php inside you should find the image header… something like <img src=”www.simpletaps.com/wp-content/themes/yourtheme/bannername.jpg”>

    what you wanna do is… add
    <img src=”www.simpletaps.com/wp-content/themes/yourtheme/bannername.jpg”>

    hope it helps

    leave it where it is:
    this is a pure css attempt to get it working.
    the suggestion just gives a fixed size (the size of the header image) to the active link area of your header title (which has no text, but is still there).

    simply try and edit your style.css and enter the changes suggested, that should work.

    Thread Starter simpleta

    (@simpleta)

    Thanks both; alchymyth that works great for me in both Safari and Firefox. Thank you for your help.

    Hey guys,
    Another question along these lines. I want to turn my blog’s banner into a link that sends people to the main website’s home page at nwei.org. What would the code look like for that??

    Similarly, what can I do to change the main “home” page tab so that it takes them to the nwei.org page?

    I know this is simple but I just don’t have the time or patience to dedicate to it. Thanks in advance for the help!!

    Ryan (nwei.wordpress.com)

    looks like you have a blog hosted at wordpress.com correct?

    You are in the wrong place for help. WordPress.com has it’s own support forum, this is for people with self-hosted www.remarpro.com blogs

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Need to turn banner image into home link’ is closed to new replies.