style var help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • doctorsexy
    Member
    • May 2011
    • 69
    • 5.0.0

    style var help

    Hi... what style var controls the background on the message center menu and the text....thanks
    http://opensezme.co.uk/
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    Add this to the template css_additional.css:
    Code:
    .private-message-widget .nav-pane .folder-item .label
    {
    color: #ff0000;
    }
    Change #ff0000 to whatever colour you want.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • doctorsexy
      Member
      • May 2011
      • 69
      • 5.0.0

      #3
      Thanks Mark
      http://opensezme.co.uk/

      Comment

      Related Topics

      Collapse

      Working...