You can easily exclude the editing tools via the composer under toolbar tab.
0 Votes
J
John von Aspenposted
almost 7 years ago
Found the answer in another thread
.fpd-tool-font-family {display: none !important;}
0 Votes
J
John von Aspenposted
almost 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.
0 Votes
A
Anthony BRNTposted
about 7 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?
Hi,
Is it possible select to disable or hide the text option? Please refer to the attached images
Thanks a million
Attachments (1)
disable-text....png
113 KB
0 Votes
Deleted Agent posted over 7 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
John von Aspen posted almost 7 years ago
Great, thank you!
0 Votes
rady kal posted almost 7 years ago Admin
You can easily exclude the editing tools via the composer under toolbar tab.
0 Votes
John von Aspen posted almost 7 years ago
Found the answer in another thread
.fpd-tool-font-family {display: none !important;}
0 Votes
John von Aspen posted almost 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.
0 Votes
Anthony BRNT posted about 7 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
Deleted Agent posted over 7 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