• Resolved brianbonner

    (@brianbonner)


    The popup window seems to be using the blogs background color by default. The body background color and I do not want to change that color. I looked in the styke sheet but I cannot find any reference to comments popup. I know how and have changed the comment background.

    do I need to add something to the style sheet?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yup, you do.

    If you were to add

    body#commentpopup {
    background-color:#ff00ff;
    }

    to your css, it would lok a wee bit more colourful 🙂

    Thread Starter brianbonner

    (@brianbonner)

    That didn’t work but this did!
    #commentspopup {
    background: #eef;
    }

    That was a really ugly color! hehe

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Ho Do I change the Background Color in comments POPUP’ is closed to new replies.