The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]() The login text is the same color as the background as shown above. Anyone able to point me in the correct direction to edit the template so it is not white on white? Failing that is there a way to have a "login page" Something i could link to and bypass the above problem? Any help would be appreciated. |
#2
|
||||
|
||||
![]()
It's in your CSS template, i can't view your site because game sites are blocked by my corporate firewall but look in your Main CSS and look for elelments where Background colour is the same as Link colour (or if link colour is set and background is unset), change just one at a time then view your site and see if thats it.
|
#3
|
|||
|
|||
![]()
Main CSS is obsolite?
I did try with firebug to locate the problem. It pointed me to the header template more specifically this code below. Code:
<div> <input type="text" class="textbox default-value" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" onfocus="if (this.value == '<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>'){this.value=''; this.style.color='000000';}" onblur="if (this.value == '') {this.value='<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>'; this.style.color='#000000';}"/> <input type="password" class="textbox default-value" tabindex="102" name="vb_login_password" id="navbar_password" size="10" onfocus="this.style.color='#000000';" /> <input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /> </div> </div> Damn thought i was in for a breakthrough today. |
#4
|
||||
|
||||
![]()
For vb4 it's in your stylevars
|
#5
|
|||
|
|||
![]()
Its got me beat.
Spend hrs looking for it and still no luck. I can change everything else around it and what not but cant change the actual text or background. I will keep trying regardless thanks Simon. |
#6
|
||||
|
||||
![]()
Ok Admincp>Styles & Templates>Style Manager>Style Variable Editor> and change the link_color associated with it
![]() |
#7
|
|||
|
|||
![]() Quote:
Yep been trying that. Literally went through every link_color option in the style variable editor. None of them seem to change it lolz. I laugh at myself here. I clearly have no idea how to use VB themes. --------------- Added [DATE]1327742491[/DATE] at [TIME]1327742491[/TIME] --------------- ALSO.... You may notice the copied text has a color. Trying to edit the "link color" may be the wrong way yes? I mean its the input field that needs to be changed doesnt it? More specifically the color of the input field???? --------------- Added [DATE]1327743077[/DATE] at [TIME]1327743077[/TIME] --------------- Ok i was able to fix it. Not the way i wanted to but fixed regardless. After last post it got me to thinking. Its the input field so i went that direction and changed the forms/input_background to an offwhite color and all fixed now ![]() YAY i fixed one myself. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|