Exclude Tools - Format Seprate Align and Text Formatting

Posted 4 months ago by timlo88

Post a topic
Answered
t
timlo88

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.



0 Votes

rady kal

rady kal posted 4 months ago Admin Best Answer

You can easily do that wit CSS:


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


0 Votes


1 Comments

rady kal

rady kal posted 4 months ago Admin Answer

You can easily do that wit CSS:


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


0 Votes

Login or Sign up to post a comment