The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
color font body
I have a problem with color font body.
This is the same color font of mod statistics. How I can change only the color font body? please...¿? |
#2
|
||||
|
||||
As screenshot would help to know what area you are looking at.
|
#3
|
|||
|
|||
|
#4
|
||||
|
||||
Ahhh, you mean the link color, well that is controlled by the stylevar, link_color, found under the group, Global
|
#5
|
|||
|
|||
No friend, I want to change only titles and subt. forum color links but no the links of these mod
|
#6
|
||||
|
||||
Then you would need to ask in the mods thread, on how to change the class of the links in the mod, since they use the global color. It would be easier to do that, then change the class on the titles and sub forum links.
|
#7
|
||||
|
||||
Those inherit the link color by default, previously a while back in older versions of 4 there was a specific stylevar for that but since removed... try adding this to additional.css template:
Code:
.forumtitle a { color:#FF0000 !important; } .forumtitle a:hover { color:#FF4400 !important; } Now the subforumdescription is normally in the next location however in your screenshot I can tell its a custom style and that is the lastpostby title instead so try this in additional.css as well: Code:
.threadtitle a { color:#FF0000 !important; } .threadtitle a:hover { color:#FF4400 !important; } |
Благодарность от: | ||
1320Nation |
#8
|
||||
|
||||
oops had simply .thread in the bottom definition, should have read .threadtitle and I've corrected that in the example above.
|
#9
|
|||
|
|||
good...the .threadtitle class dont work on additional.css.
Im thinking the opposite operation. Change the class of links of mod or add new class... I asked in the mod thread the other day but none answered |
#10
|
||||
|
||||
Quote:
Also yes you can do that, simply edit the template in question that contains the code and change the <div class="this" to <div class"that" OR <div id="this" OR <span class="this" |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|