How to hide or disable the text option? or can the feature add to coming version?

Posted almost 8 years ago by Chris Yau

Post a topic
Answered
C
Chris Yau

Hi,


Is it possible select to disable or hide the text option? Please refer to the attached images


Thanks a million 

0 Votes

D

Deleted Agent posted almost 8 years ago Best Answer

You can hide these with custom CSS:


.fpd-tool-text-size{ display: none !important;}

.fpd-tool-text-line-height{ display: none !important;}

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

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

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

.fpd-tool-text-align{ display: none !important;}

.fpd-tool-text-stroke{ display: none !important;}

.fpd-tool-edit-text{ display: none !important;}


Which you can add via the UI & Layout Composer

0 Votes


6 Comments

Sorted by
J

John von Aspen posted over 7 years ago

Great, thank you!

0 Votes

rady kal

rady kal posted over 7 years ago Admin

You can easily exclude the editing tools via the composer under toolbar tab.

0 Votes

J

John von Aspen posted over 7 years ago

Found the answer in another thread

.fpd-tool-font-family {display: none !important;}

0 Votes

J

John von Aspen posted over 7 years ago

Hi, the CSS change suggested got rid of most of the text options but there is still this one with the font family that I would like to get rid of also.  Please advise.

blob1475860378822.png


0 Votes

A

Anthony BRNT posted almost 8 years ago

Hi! Is there a way to disable the font family drop down menu as well? By the way, can we autoselect the "edit text" button?


Regards,

Ant

0 Votes

D

Deleted Agent posted almost 8 years ago Answer

You can hide these with custom CSS:


.fpd-tool-text-size{ display: none !important;}

.fpd-tool-text-line-height{ display: none !important;}

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

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

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

.fpd-tool-text-align{ display: none !important;}

.fpd-tool-text-stroke{ display: none !important;}

.fpd-tool-edit-text{ display: none !important;}


Which you can add via the UI & Layout Composer

0 Votes

Login or Sign up to post a comment