How to customize the look and feel of WProofreader?
<script>
window.WEBSPELLCHECKER_CONFIG = {
...
theme: 'custom',
...
}
</script><style>
.wsc-theme-custom .wsc-badge__label-button {
background-color: blue !important;
}
</style>Examples of current styles for main UI elements
.wsc-badge--checking .wsc-badge__label-button {
...
background-image: url(svg/spinner.svg) !important;
...
}PreviousHow to add on-click listener to the badge?NextHow to destroy WProofreader and clean all its resources in full page view of source mode in CKEditor
Last updated
Was this helpful?