How do I edit my DELETE BOX?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fred
    Senior Member
    • Jun 2000
    • 933
    • 3.5.0 Pre-Release

    How do I edit my DELETE BOX?

    Click EDIT
    Click DELETE
    Then there are the options on the panel:
    Deletion Options
    Do Not Delete Message
    Delete Message
    Physically Remove Message



    How do I change the FONT COLOR of those text's??

    Attached is a photo of what I mean. Where do I go to edit the color?? I looked in the styles, can't find it.
    Attached Files
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    I don't know where you are seeing this. Can you provide a better pic?
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • Fred
      Senior Member
      • Jun 2000
      • 933
      • 3.5.0 Pre-Release

      #3
      Here ya go
      Attached Files

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        Sorry, I still don't know what you are doing to get that screen.
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

        • TCM
          Senior Member
          • Dec 2004
          • 477
          • 3.0.7

          #5
          I never understood why people always provides such low-res screenshots.

          You're right that it's not one of the default style options. It's stored in a static file, for some reason or another. You can override it yourself, however.

          Admin CP -> Style Manager -> Default Style (or whatever style) -> Style Options -> Additional CSS Definitions (Second Box)...

          Put the following in the box.

          HTML Code:
          #quickedit_delete {
              color: red; /* <- Obviously, put whatever colour you want. */
          }
          I've tested this and it works.

          Comment

          • Fred
            Senior Member
            • Jun 2000
            • 933
            • 3.5.0 Pre-Release

            #6
            Worked. Thank you !

            Comment

            • burntire
              Member
              • Jun 2006
              • 87
              • 4.0.0

              #7
              Originally posted by Fred
              Click EDIT
              Click DELETE
              Then there are the options on the panel:
              Deletion Options
              Do Not Delete Message
              Delete Message
              Physically Remove Message



              How do I change the FONT COLOR of those text's??

              Attached is a photo of what I mean. Where do I go to edit the color?? I looked in the styles, can't find it.
              Ok how do you change the font color of

              Delete Options
              &
              Reason for Deletion:

              Thanks for any help
              www.highperformancestangs.com

              Comment

              • TCM
                Senior Member
                • Dec 2004
                • 477
                • 3.0.7

                #8
                If I understand you correctly:

                Code:
                #quickedit_delete, #quickedit_delete legend, #quickedit_delete input {
                    color: red; /* <- Obviously, put whatever colour you want. */
                }
                or
                Code:
                #quickedit_delete, #quickedit_delete * {
                    color: red; /* <- Obviously, put whatever colour you want. */
                }
                This will change the colour of all of the text.

                Comment

                • burntire
                  Member
                  • Jun 2006
                  • 87
                  • 4.0.0

                  #9
                  Thanks

                  Got it to work
                  Last edited by burntire; Tue 20 Jun '06, 10:12pm.
                  www.highperformancestangs.com

                  Comment

                  Related Topics

                  Collapse

                  Working...