Change color of quote background?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • minimite
    Senior Member
    • Apr 2006
    • 346
    • 3.8.x

    Change color of quote background?

    How do I change the color of a quote background? (Where is this in Style?)

    Meaning, the color you see behind this text.
    Thanks!
    _________________________________________________
    Okay, I figured out it's the BBcode_quote template, but I don't know the right CSS words to change it.

    I want the background of the quote to be darker than the message background, and I want to get rid of the table border. I can't use the Alt1 /Alt2 for the background because they change colors all over the place, and I only want to change the background color of the quote box.

    I'm having the same problem with the strip above each post: I want to change it without changing the color of the table on the forum home page.
    Last edited by minimite; Fri 28 Apr '06, 12:54am.
  • Colin F
    Senior Member
    • May 2004
    • 17689

    #2
    Edit your bbcode_quote template.
    Find:
    Code:
    <td class="alt2" style="border:1px inset">
    Replace with:
    Code:
    <td class="alt2" style="background-color:green; border:1px inset">
    You can exchange green with any color or hex code you like.
    Best Regards
    Colin Frei

    Please don't contact me per PM.

    Comment

    • minimite
      Senior Member
      • Apr 2006
      • 346
      • 3.8.x

      #3
      Thanks very much!

      Comment

      Related Topics

      Collapse

      Working...