Anyone have any idea how I can change the search box on EcoPro to be an image that I will use for my "player login" button (IE link to a URL).
Eco Pro - Search Box replacement
Started by
unitedskeeball
, May 06 2010 02:15 AM
7 replies to this topic
#1
Posted 06 May 2010 - 02:15 AM
#2
Posted 06 May 2010 - 04:48 PM
You could just delete the Search form reference or use CSS to hide it your choice, then adopt similar css positioning attributes to get the login button up there.
Afraid I can't help more without the specifics.
#3
Posted 07 May 2010 - 04:03 AM
the web address is www.unitedsocialsports.com - Tell me what info you need and I'll get it to you!
#4
Posted 07 May 2010 - 04:33 PM
In the header.php file put your login button in the same location where the div with the search form is. Then use the same css as the #searchform to get it in the same spot. If you have code for the login button I can help you further if you paste it here.
#5
Posted 10 May 2010 - 04:10 AM
The code is simply going to be an image and a link
image
url
(i'll be making a new image for the login but that one is close.
#6
Posted 10 May 2010 - 05:23 PM
If you actually put the code inside of the #searchform div that should place it properly without changing css rules or html
#7
Posted 10 May 2010 - 09:24 PM
I'm having a hard time with the correct code to use as I'm use to straight HTML code... but when I tried that it was a no go.
#8
Posted 11 May 2010 - 04:58 AM
ok, so replace this line in header.php: `` with this: ` ` then start by adding this custom css: ` #header .login_button { display:block; position:absolute; right:0; top:5px; } `










