chhange code fond color ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Scorps
    Senior Member
    • Mar 2012
    • 506

    [Forum] chhange code fond color ?

    Hello all

    can someone tell me where to change the code fond color please ?

    Code:
    this one
    thanks
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24288
    • 6.0.X

    #2
    Add this to additional.css:

    Code:
    .bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code 
    {
    color: #xxxxxx;
    }
    Replace xxxxxx with your chosen hex color code.
    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

    • Scorps
      Senior Member
      • Mar 2012
      • 506

      #3
      oh sad, nope , didn't work , you dont understand me , i want to change the fond color ,

      look screen , still have it in black

      Comment

      • Mark.B
        vBulletin Support
        • Feb 2004
        • 24288
        • 6.0.X

        #4
        That code works for me - I have just tested it in the default style.

        I am assuming here you mean "font color" or "text color". My code changes the color of the font.

        Make sure you are putting an actual color value in. For instance, this code will make the text red:

        Code:
        .bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code 
        {
        color: #ff0000;
        }
        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

        • Scorps
          Senior Member
          • Mar 2012
          • 506

          #5
          euh sad !! still have it on black :



          is it normal that only text color change ? ...

          Comment

          • Mark.B
            vBulletin Support
            • Feb 2004
            • 24288
            • 6.0.X

            #6
            Ok if you want the background as well:

            Code:
            .bbcode_container div.bbcode_code, .bbcode_container pre.bbcode_code 
            {
            color: #ff0000;
            background: #ffffff;
            }
            Change #ffffff to wahtever 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

            • Scorps
              Senior Member
              • Mar 2012
              • 506

              #7
              thank you alot

              Comment

              Related Topics

              Collapse

              Working...