Log in

View Full Version : Change Background Color of "Search this Forum" Box??


SRT
03-13-2013, 07:01 AM
Hello,

Is there a way to change the background color of the "Search this Forum" search box from white to black?

--> https://vborg.vbsupport.ru/external/2013/03/41.png


Can't find it anywhere :erm: at the moment it's white on white in my forum due to font color changes.

Viva La Nation
11-18-2013, 01:29 PM
I need to know the same thing, I searched through all the style vars and couldn't find anything that changed it. Any help please?

EDIT: nevermind I figured it out. Had to put this at the top of the additional.ccs template.

change text color
.popupbody li input.searchbox {
color:black !important;
}

change background
.popupbody li input.searchbox {
background: yellow;
}

change background when clicked
.popupbody li input.searchbox:focus {
background: yellow;
}

Amaury
11-18-2013, 01:46 PM
For which vBulletin version?

This is in a vB4 forum, but the screenshot shows vB3.

Viva La Nation
11-18-2013, 01:56 PM
For which vBulletin version?

This is in a vB4 forum, but the screenshot shows vB3.

I was posting for vb4, but I edited my above post because I figured it out.

I think the guy who started this thread (not me) was most likely posting about his forum/vb4 - but just decided to take a screenshot of the search box on vbulletin.org, which is using vb3.