A lot of questions today
How can I edit my text area's background?
You have the "Explain your problem" picture.
How can I edit my text area's background?
You have the "Explain your problem" picture.
.sceditor-container iframe, .sceditor-container textarea {
url(IMG_LINK) no-repeat 50% 50% transparent!important;
}
|
.sceditor-container iframe, .sceditor-container textarea {
      background-image: url(IMG_LINK) no-repeat 50% 50% transparent !important;
    }