radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
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.




Best Answer

You can easily do that wit CSS:


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


1 Comment

Answer

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