Can't figure how to change the color of this text

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • synth19
    New Member
    • Dec 2007
    • 22
    • 3.6.x

    [vB4] Can't figure how to change the color of this text

    Hi, I've been on the Style Variable editor for sometime, for the life of me... can't figure out how to edit the text color here. See attached. Thanks!
    Attached Files
  • synth19
    New Member
    • Dec 2007
    • 22
    • 3.6.x

    #2
    bump.

    Comment

    • Lynne
      Former vBulletin Support
      • Oct 2004
      • 26255

      #3
      The color is set with this:
      HTML Code:
      legend {color:#000000;}
      If you want to change it, either Search in Templates for that and change it or add it to additional.css to change it.

      Please don't PM or VM me for support - I only help out in the threads.
      vBulletin Manual & vBulletin 4.0 Code Documentation (API)
      Want help modifying your vbulletin forum? Head on over to vbulletin.org
      If I post CSS and you don't know where it goes, throw it into the additional.css template.

      W3Schools <- awesome site for html/css help

      Comment

      • synth19
        New Member
        • Dec 2007
        • 22
        • 3.6.x

        #4
        I understand the color code, what I don't understand is what exactly is what I need to change. I've tried everything in the templates.....

        Comment

        • Lynne
          Former vBulletin Support
          • Oct 2004
          • 26255

          #5
          You need to change the css for it. So, go to your additional.css template and enter something like:
          HTML Code:
          legend {color:pink;}

          Please don't PM or VM me for support - I only help out in the threads.
          vBulletin Manual & vBulletin 4.0 Code Documentation (API)
          Want help modifying your vbulletin forum? Head on over to vbulletin.org
          If I post CSS and you don't know where it goes, throw it into the additional.css template.

          W3Schools <- awesome site for html/css help

          Comment

          Related Topics

          Collapse

          Working...