Changing the appearance of the SEARCH box

Post new topic   This topic is locked: you cannot edit posts or make replies.

View previous topic View next topic Go down

Solved Changing the appearance of the SEARCH box

Post by pms solincia on November 7th 2009, 8:21 am

I've found a way to change the background color of the SEARCH box on my forums,
however, I was wondering if it was possible to change my SEARCH box to look like the one on this site: http://www.palm.com

If there is, please let me know!

I'm currently using a skin (heavily modified with icons and color) "Floral Effects".

Thank you for your time!

pms solincia
Forumotion Member

Posts: 12
Language: english
Country:
Join date: 2009-09-19

http://pmsclanhalo3.forumotion.net

Back to top Go down

Solved Re: Changing the appearance of the SEARCH box

Post by ankillien on November 8th 2009, 9:25 am

Hello,

You mean the black colored search bar on the top of that site?

_________________

ankillien
Support Moderator
Support Moderator

Posts: 2510
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

Back to top Go down

Solved Re: Changing the appearance of the SEARCH box

Post by pms solincia on November 8th 2009, 10:14 am

Yes, that's the one. I like how it also has rounded edges... is there a way to do that?

pms solincia
Forumotion Member

Posts: 12
Language: english
Country:
Join date: 2009-09-19

http://pmsclanhalo3.forumotion.net

Back to top Go down

Solved Re: Changing the appearance of the SEARCH box

Post by ankillien on November 8th 2009, 11:23 am

Yes, you can.

I can give you a code that will make the search bar look like that but I can't make it exactly the same.

Go to Admin CP > Display > Colors > CSS.
Add this code there and submit.

Code:
#search #keywords {
-moz-border-radius : 5px 0 0 5px;
-webkit-border-radius : 5px 0 0 5px;
background : #000;
border : 1px solid #666;
color : #CCC;
}

#search .button2 {
-moz-border-radius : 0 5px 5px 0;
-webkit-border-radius : 0 5px 5px 0;
background : #000;
border : 1px solid #666;
color : #CCC;
}


Hope this helps Very Happy

_________________

ankillien
Support Moderator
Support Moderator

Posts: 2510
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

Back to top Go down

Solved Re: Changing the appearance of the SEARCH box

Post by pms solincia on November 8th 2009, 11:54 am

That is perfect! Thank you!

Out of curiosity, do you know how to change the second SEARCH box that appears by my forum posts or how to eliminate the second SEARCH box altogether?

Here's the image...


pms solincia
Forumotion Member

Posts: 12
Language: english
Country:
Join date: 2009-09-19

http://pmsclanhalo3.forumotion.net

Back to top Go down

Solved Re: Changing the appearance of the SEARCH box

Post by ankillien on November 8th 2009, 12:19 pm

Yes you can do it.

Put this code in you CSS and submit.

Code:
#search_keywords {
-moz-border-radius : 5px 0 0 5px;
-webkit-border-radius : 5px 0 0 5px;
background : #000;
border : 1px solid #666;
color : #CCC;
}

input.button2 {
-moz-border-radius : 0 5px 5px 0;
-webkit-border-radius : 0 5px 5px 0;
background : #000;
border : 1px solid #666;
color : #CCC;
}


Note : This code will not work for Internet Explorer users. It will work for other browsers like Firefox, Opera, Safari etc.

_________________

ankillien
Support Moderator
Support Moderator

Posts: 2510
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

Back to top Go down

Solved Re: Changing the appearance of the SEARCH box

Post by pms solincia on November 8th 2009, 12:28 pm

Thank you so very much! You're amazing!! It's perfect!

pms solincia
Forumotion Member

Posts: 12
Language: english
Country:
Join date: 2009-09-19

http://pmsclanhalo3.forumotion.net

Back to top Go down

Solved Re: Changing the appearance of the SEARCH box

Post by ankillien on November 8th 2009, 12:36 pm

Glad I could help you Very Happy

Topic Solved > Locked

_________________

ankillien
Support Moderator
Support Moderator

Posts: 2510
Language: English, HTML, CSS, JScript
Location: home.php?id=bedroom
Country:
Join date: 2008-07-13

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum