Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   changing the look of the search box (http://forum.bytesforall.com/showthread.php?t=683)

pltrace Mar 7, 2009 04:35 PM

changing the look of the search box
 
I want to say thanks again for your quick responses to my questions. Is there any way to make the search box look like the boxes for the archives and categories drop downs? I would like to keep the magnifier on the same line also. thanks!!

Flynn Mar 8, 2009 04:10 AM

At Atahualpa Theme Options -> Form fields: Style
delete the lines with border..

At Atahualpa Theme Options -> Form fields: Background image
delete "inputbackgr.gif"

pltrace Mar 8, 2009 08:14 PM

that is great, thank you so much!!

Craig Atkinson Mar 30, 2009 08:12 AM

I've got the search box how I want it now. On the same page I have a an email subscription form. I can't find the CSS for the search form, is there a class or ID I can apply to the mail subscribe form that will bring the style inline with the search form?
news.caferoyal.org

Flynn Mar 30, 2009 06:16 PM

You can access the email form through its parent container, the text widget. All text widgets ahve an ID

HTML Code:

div.text-382335242 input {
...
}

Or, you edit the text widget and add a class to the input fields in there

<input name="name"/>

becomes

<input class="text inputblur" name="name"/>

text and inputblur are existing classes. inputblur for a width of 95%


All times are GMT -6. The time now is 06:58 AM.

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