The Arcive of vBulletin Modifications Site. |
|
Footer Copyright font changes color... Details »»
|
|||||||||||||||||||||||||||
|
Footer Copyright font changes color...
Developer Last Online: Oct 2023
Hey hey hey it's good ole' S-MAN here with a bug per say. I'm running a custom style.. really custom but not too overdone lol so double-check behind me to confirm please? You might need to change the stylevar for the footer font color to check however if this affects everyone else you could create a fix if not I'll fix my footer
.CMS/Forum/Blogs Footer & Copyright font color: ![]() Changed colors on me in PT: ![]() I'll be back later to check and see what you all think .Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
There is no stylevar actually in Project Tools. We will add them in a future version.
To edit colors, you need to edit 'projecttools.css' template. |
|
#3
|
||||
|
||||
|
Quote:
![]() Editing the projecttools.css and attempting to overwrite did not work, overwriting just the color via additional.css did though and that way I don't mess up the default css regardless. For those who wish to make a change like myself: If you want to fix this due to customizing your style simply go to your additional.css template and add this near the bottom: Code:
/*Project Tools footer font color fix */
.footer_copyright,
.footer_morecopyright,
.footer_time {
color:{vb:stylevar footer_copyright_color};
}
|
|
#4
|
|||
|
|||
|
The Last Superman
Thanks you very much sir.. You are the man. |
|
#5
|
||||
|
||||
|
Quote:
|
|
#6
|
||||
|
||||
|
I'm fixing this into 2.1.2 to use .shade for PT and .footer_time for footer.
|
![]() |
|
|