StackIdeas
composer - deactivate text options
By
n00bster
on Tuesday, 11 August 2015
Posted in
General Issues
Replies
2
Likes
0
Views
798
Votes
0
hi,
where can i disable the font option, font size option and the font color option in the composer!?
Hi Noobster,
Unfortunately there is no settings to disabled the options mentioned above currently
.
Ezrul Fazwan
·
Tuesday, 11 August 2015 17:04
·
0 Likes
·
0 Votes
·
0 Comments
·
#215900
Hi,
You can try using following css code to hide it.
div#fd.eb .eb-tabs .eb-tabs-menu {
display: none !important;
}
Arlex Wong
·
Tuesday, 11 August 2015 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
#215902
View Full Post