Recent Topics

1 Sep 20, 2008 00:43    

My b2evolution Version: 2.x

Hello

I'm having major problems customizing the CSS controlling my Search widget in the right column of my blog...I can't find the code anywhere! Does anyone know how to adjust the space in between the radio buttons ("All Words", "Some Word", etc.) and change the font and color of the "Search" button itself?

Thanks!

2 Sep 20, 2008 01:47

murph402 wrote:

My b2evolution Version: 2.x

Hello

I'm having major problems customizing the CSS controlling my Search widget in the right column of my blog...I can't find the code anywhere! Does anyone know how to adjust the space in between the radio buttons ("All Words", "Some Word", etc.) and change the font and color of the "Search" button itself?

Thanks!

add this to your style.css:

.search .SearchField {
width: 150px;
font-family: "Verdana", Arial;
color: blue;
font-size: 14px;

for the search field;

and add this:

.search input {
margin-top: 10px;}

for seperating the radio buttons.. you can use line-height as well

3 Sep 23, 2008 21:24

Thank you tilqicom, that was the concept I needed to know to get it to work right. Thanks!


Form is loading...