How do I replace the Search Field in the header with Plain Text?
Started by
kaithusmann
, Oct 11 2011 08:43 PM
3 replies to this topic
#1
Posted 11 October 2011 - 08:43 PM
Hello!
I'm an HTML noobie and I'm trying to help my friend's dad out with his EcoPro template. We removed the search function in the top right hand corner. We'd like to replace this area with plain text to list his contact information.
I tried deleting line 65 in the header.php
and replacing it with
Southern Green Homes
#2
Posted 11 October 2011 - 09:39 PM
Could we see a link to the site? For one thing, your h5 tag is not being closed. the correct way is like this:
<h5> Hello World </h5>If we could see your site we could give an easy fix, but you could try this:
<h5 style = "text-align:right"> Southern Green Homes 021 234 9867 </h5>
#3
Posted 12 October 2011 - 09:55 AM
Thanks Kastelic! That did help but didn't quite solve my problem.
Search Form is gone but now the text is sitting overlapping my NavBar on the Low Right side of the header and has created an ugly gap between logo and nav bar.
http://southerngreenhomes.ie/sgh/
If you could help me with the code to push the text up into the Top Right hand corner of the nav bar - that would be super groovy. Thanks so much in advance :-)
k8
#4
Posted 12 October 2011 - 06:12 PM
So the ultimate fix to this problem was creatinga new, longer header in Photoshop with the text directly on the image. Thanks for your help!










