Suppress Toolbar

Added by Laurel Payne 9 months ago

Is it possible to have suppress the toolbar?


Replies (1)

RE: Suppress Toolbar - Added by Troex Nevelin 9 months ago

add the following line somewhere after including elRTE stylesheets:

.el-rte .toolbar ul {
  display: none;
}

(1-1/1)