XF 1.2 How do I turn off the font selector in redactor please?

You could also add the following to EXTRA.css:
Code:
.redactor_btn_container_fontfamily {
  display: none !important;
}

Plus what I described would completely remove that.

And remove references in help_bb_codes. Edit the phrases:
  • bb_code_help_color_font_size_title
  • bb_code_help_color_font_size_desc
  • bb_code_help_color_font_size_example
 
You could also add the following to EXTRA.css:
Code:
.redactor_btn_container_fontfamily {
  display: none !important;
}

Plus what I described would completely remove that.

And remove references in help_bb_codes. Edit the phrases:
  • bb_code_help_color_font_size_title
  • bb_code_help_color_font_size_desc
  • bb_code_help_color_font_size_example
The best solution is for your new BB Code manager addon to be updated with the ability to add/remove buttons ;)
 
Top Bottom