Change User Profile Screen Color

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GuitarBargains
    Member
    • May 2010
    • 37
    • 3.8.x

    [Forum] Change User Profile Screen Color

    I am currently working with the gray color scheme in the 4.0.5 Style Generator. It looks great except for when you view a user profile. How do I go about changing the dark background color for the "friends" and "recent visitors" areas of this page to a lighter color. The text is very hard to read with this dark background color.

    Please see the attached image or change the vbulletin.com forum style to "vB4 Style Generator #7" at the bottom of this page and then visit any user profile.

    By the way, really liking 4.0.5, great work vBulletin Programmers!Click image for larger version

Name:	vb profile.JPG
Views:	1
Size:	24.2 KB
ID:	3718292

    Thanks
    Last edited by GuitarBargains; Sat 17 Jul '10, 3:43pm.
  • calorie
    Senior Member
    • May 2003
    • 407

    #2
    Stylevar profile_sidebar_box_background or edit the member.css template:
    Code:
    .member_summary .block .blockrow {
    	background:{vb:stylevar profile_sidebar_box_background.backgroundColor};
    	border-top:1px solid {vb:stylevar profile_sidebar_box_background.backgroundColor};
    	-moz-border-radius:{vb:stylevar border_radius};
    	-webkit-border-radius: {vb:stylevar border_radius};
    	background:{vb:stylevar profile_sidebar_box_background};
    }

    Comment

    • GuitarBargains
      Member
      • May 2010
      • 37
      • 3.8.x

      #3
      Originally posted by Carrie Anderson
      Stylevar profile_sidebar_box_background or edit the member.css template:
      Code:
      .member_summary .block .blockrow {
      background:{vb:stylevar profile_sidebar_box_background.backgroundColor};
      border-top:1px solid {vb:stylevar profile_sidebar_box_background.backgroundColor};
      -moz-border-radius:{vb:stylevar border_radius};
      -webkit-border-radius: {vb:stylevar border_radius};
      background:{vb:stylevar profile_sidebar_box_background};
      }
      Hi Carrie,

      Thanks for your response to this issue.

      I just found and figured out how to use the Style Variable Editor. This worked great and was very easy to use.

      Thanks
      Last edited by GuitarBargains; Mon 19 Jul '10, 10:19am. Reason: Resolved Issues

      Comment

      Related Topics

      Collapse

      Working...