The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
When you click on "Inspect Element" you should have a new panel open up in the bottom of the browser window, that is split into two panes, one shows you the origin HTML, the other on the right shows you any CSS that is overriding the HTML, if the CSS has a line through, that means that particular piece of CSS is overuled by another piece of CSS ! Welcome to the world of HTML and CSS ! |
#12
|
|||
|
|||
Thanks Spangle for trying to help. Appreciate it.
If anyone knows where I can change this font color please post. |
#13
|
|||
|
|||
UPDATE:
Is this what you were talking about? I don't know how I got there, but I did not see anything about font color, just background color. And it doesn't say where it's located at. |
#14
|
|||
|
|||
Quote:
Maybe this will work: Add this to the end of your additional.css Change color of font text below smilie Code:
#smilies ul.smilielist li div.label { color: red; /* your color here */ font-size: 11px; } Code:
#smilies ul.smilielist li div.smilie { background: none no-repeat scroll 0 0 #FFFFFF; border-top: 1px solid #6B91AB; height: 57px; /* box height */ width: 71px; /* box width */ overflow: hidden; padding: 2px; } |
Благодарность от: | ||
CAG CheechDogg |
#15
|
||||
|
||||
Just add the following to your additional css file:
Code:
#smilies ul.smilielist li div.label { color: #ffffff; } |
Благодарность от: | ||
tbworld |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|