Answered

Exclude Tools - Format Seprate Align and Text Formatting

At the old version of Fancy , the format for Text (Align and format (bold, etc)) can be turn off and on separate.

I hope can be as separate setting for turn on and off like used to be. As some customization will need to control the font format to choice.



  • You can easily do that wit CSS:


    .fpd-tool-text-bold, 
    .fpd-tool-text-italic,
    .fpd-tool-text-underline {
    display: none !important;
    }


Login or Signup to post a comment