PDA

View Full Version : Remember Me Stylevar


bailz66
10-22-2010, 01:30 AM
Hey Guys

I have managed to some how get the text "Remember Me?" set to transparent and have spent a few hours trying to find which stylevar controls it.

Does anyone know which stylevar i would need to update to change this to another color?

(I tried searching for a similar topic but couldn't find one)

Thanks

bailz66
10-24-2010, 10:22 PM
Any help with this? Its really got me stumped

Am thinking i will just edit the template and force it to use a different color but dont really like doing that :(

Duncan
10-24-2010, 11:39 PM
I would think header_color but it doesn't work.

TheLastSuperman
10-25-2010, 11:10 AM
Hey Guys

I have managed to some how get the text "Remember Me?" set to transparent and have spent a few hours trying to find which stylevar controls it.

Does anyone know which stylevar i would need to update to change this to another color?

(I tried searching for a similar topic but couldn't find one)

Thanks

Any help with this? Its really got me stumped

Am thinking i will just edit the template and force it to use a different color but dont really like doing that :(

I would think header_color but it doesn't work.

Straight from the vbulletin-chrome.css template comes...

.toplinks .remember {
margin: -{vb:math {vb:stylevar padding}/3} 0 0 {vb:math {vb:stylevar padding}*2};
font-size: {vb:math {vb:stylevar font.fontSize}-3}px;
color: {vb:stylevar toplinks_text};
}

I say it's the toplinks_text style variable.

bailz66
10-25-2010, 08:00 PM
Awesome that was it thanks!

It was difficult to find because every other stylevar that deals with color is called

name_color not text

Thanks for the help

appsHunter
12-08-2010, 03:59 PM
I was able to update the "Remember Me" text color but it also changes the color of the "Help" and "Register" top link button's text as well.

How would I edit the below code to use a hex color i.e. #000000 in place of the variable?

color: {vb:stylevar toplinks_text};

Thank you so much for your help!