The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Blocksubhead_color issue
Hello!
So I noticed that for themes, the blocksubhead_color option not only changes the section description text color but also the color of the title text in the settings, such as "My Profile", "My Account", "Networking", "Miscellaneous" and so on. Is there any way for me to have these two font colors separate? I want the section description text to be white and the settings title text to be another color as white makes that one unreadable. |
#2
|
||||
|
||||
Screenshots of what you want to be different, from when you change the stylevars would help.
|
#3
|
|||
|
|||
Here are screenshots:
I want the "i am god" part (as well as all other category descriptions) and "My Profile", "My Account", etc parts to be different colors. The blocksubhead_color block in StyleVars changes them both. |
#4
|
||||
|
||||
Hmmm, that would require template edits. You would need to edit the USERCP_SHELL template, find the elements that you want to change, for instance, My Settings header, find:
HTML Code:
<h2 class="blockhead">{vb:rawphrase my_settings}</h2> HTML Code:
<h2 class="blockhead" style="color: pink;">{vb:rawphrase my_settings}</h2> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|