View Full Version : Stumped Cant Find StyleVar
As seen in the attached, I cannot find where or how I can change the Back ground to be tad darker then white or for that matter the Font Color to Black.
I have spent the past 3 hours looking and testing yet nothing changes. I cannot find where this is stored to change, Please help
In the image below, the hover color is as it should be, but for whatever reason, the FONT and Background are white. I prefer to have the Font Black, but gave up looking as I was unable to correct. So I opted to find Bck ground, No help there either.
125141
TheLastSuperman
01-02-2011, 11:05 PM
Is this a style you have created, a free style, or a paid style?
This might be one of those circumstances where one stylevar is used in another area so if you changed it to suite a dark theme you might be required to make some new CSS and edit the template I'm unsure without more info.
Is this a style you have created, a free style, or a paid style?
This might be one of those circumstances where one stylevar is used in another area so if you changed it to suite a dark theme you might be required to make some new CSS and edit the template I'm unsure without more info.
This is the Black Theme Supplied by Vbulletin.
TheLastSuperman
01-03-2011, 02:17 AM
This is the Black Theme Supplied by Vbulletin.
Ohh well then isn't that lovely lol simple issue really, go to editor.css in your style manager under the CSS Templates family and edit, now find:
.editor_controls .attachment {
font-size:{vb:stylevar small_fontSize};
border-top:none;
padding:1px;
position: relative;
}
Replace with:
.editor_controls .attachment {
background: #FF0000;
font-size:{vb:stylevar small_fontSize};
border-top:none;
padding:1px;
position: relative;
}
Replace the #FF0000 with your color code or use rgb(205, 205, 205) that's a red and gray example but use the red you'll see the change then edit to suit, if you see a stylevar variable in the code and know what color it is you can easily key that in as well ;).
LOL
I was digging through edior.css all day, I never saw that until now LOL
Thanks, That corrected it
TheLastSuperman
01-03-2011, 02:34 AM
LOL
I was digging through edior.css all day, I never saw that until now LOL
Thanks, That corrected it
Glad it's sorted and I believe we've all chased our tails in a circle at least once along our way eh? ;) :p
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.