View Full Version : Which Stylevars are these?
volarium
01-02-2010, 10:14 PM
Having trouble figuring out which Stylevars control these two areas. I tried looking in the PDF and it wasn't specific enough.
Area 1 - Poll Background - my style shows white on white:
108876
Area 2 - Text in Search Forum box - my style shows white on white:
108877
Thanks.
reg71
01-05-2010, 09:35 PM
I'd like the answer to this myself. I have searched through the stylevars, but all the ones related to polls are about the pollbar color as far as I can tell...
Inferno Dragon
01-05-2010, 10:51 PM
I don't know about the form input text color (I can't recall my memory at this moment) but you can change poll result box background and border etc from the poll.css which can be found under template edit within <<Polls Template>> group.
LifesGreatestGift
01-05-2010, 11:35 PM
https://vborg.vbsupport.ru/attachment.php?attachmentid=108876&d=1262477661
Open poll.css
Edit what you need in there :)
https://vborg.vbsupport.ru/attachment.php?attachmentid=108877&d=1262477661
Open popupmenu.css
Find:
.popupbody li input.searchbox {
width:180px;
padding:{vb:stylevar popup_padding}px;
font-size:10pt;
font-style:italic;
color:{vb:stylevar shade_color};
}
Replace With:
.popupbody li input.searchbox {
width:180px;
padding:{vb:stylevar popup_padding}px;
font-size:10pt;
font-style:italic;
color:#XXXXXX;
background-color:#XXXXXX;
}
Replace the X's with the hex color code you want. Color is the font color, and background-color is the background color :P
volarium
01-06-2010, 02:53 PM
YOU, my friend, are a lifesaver!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.