Lack of interest change bg-color in "Rich Text Editor"

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

erich37

Well-known member
please add the ability to easily change the bg-color of the "Smilies section" in the Editor

I could not find any option in "
Style Properties: Rich Text Editor" to do this.



editor_smilies_bgcolor.webp
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
It's controlled by Style Properties > Building Blocks > Secondary Content.

Alternatively, for that specific area, this can be used in EXTRA.css:

Code:
.redactor_box .redactor_smilies .secondaryContent {
    background: [COLOR] !important
}
 
Top Bottom