radykal | Support Center Chooser

For which product do you need support?

Fancy Product Designer Multistep Product Configurator

Start a new topic
Answered

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

Hi,


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


Thanks a million 


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


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

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

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


Found the answer in another thread

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

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

Great, thank you!

Login or Signup to post a comment