The Arcive of vBulletin Modifications Site. |
|
solution for css error in member.php / my profile Details »»
|
|||||||||||||||||||||||||||||||
|
solution for css error in member.php / my profile
Developer Last Online: Jan 2016
if you have problems like this:
Will Fixed like this How to fixed it: 1. go to "Styles & Templates"- "Styles Manager" - "Edit template" 2. search "CSS templates" - "additional css" 3. input this code in "additional css" templates Code:
#member_content #sidebar_container a {color: black;} /* left link color */
.member_content .friends_total, .member_content .albums_total, .member_content .group_count, .member_content .comments_total {color: black;}
#sidebar_container.member_summary .mainblock .usertitle {color: black;}
#sidebar_container.member_summary h1 {color: black;}
#visitor_messaging-tab, #aboutme-tab, #friends-tab, #blog-tab, #infractions-tab, #visitor_messaging-tab a:hover, #aboutme-tab a:hover, #friends-tab a:hover, #blog-tab a:hover, #infractions-tab a:hover {color: black;}
.userprof_button {color: black;}
#sidebar_container.member_summary .blocksubhead.smaller, #sidebar_container.member_summary .blockrow {color: black;}
button, input[type="reset"], input[type="button"], input[type="submit"] {color: black;}
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Thank you a lot!
I will test ASAP All the best |
|
#3
|
||||
|
||||
|
Thank you man work perfect
|
|
#4
|
||||
|
||||
|
hi
works for me - to change profile's tab [thanks dbtech] I only insert 'color=#xxx' in dbtech_thanks_compat.css all the best |
|
#5
|
||||
|
||||
|
You should note that this code will overwrite any members that have a customized style for their profiles. This will still come in handy for those that do not allow customized styles on their forums though~
|
|
#6
|
||||
|
||||
|
What does this do?
|
|
#7
|
||||
|
||||
|
It fixes an error often encountered on vB4. For me it was after an upgrade and style switch.
As seen in the screenshots, it corrects the white/invisible text on tabs/links. Another easy solution I've noticed would actually be to reset your customized profile, make your text visible (however it would be on your style) and then save it as the new style default for profiles. |
|
#8
|
||||
|
||||
|
Ah, okay. That is why I have never run into this as I use the default style.
|
|
#9
|
||||
|
||||
|
Thank You for this!
|
![]() |
|
|