Hide Edit Tools
Hide Edit Tools
6 years 1 week ago - 6 years 5 days ago
I don't want the Edit Tools Bar.
(div.markItUpHeader)
Is there way to hide it and let users write only plain text?
(div.markItUpHeader)
Is there way to hide it and let users write only plain text?
Last edit: 6 years 5 days ago by aoitori.
Please Log in or Create an account to join the conversation.
Re: Hide Edit Tools
6 years 6 days ago
Hi,
Add bellow CSS rules to the nts_kpop_custom.css file to hide the Editor tool bar.
Add bellow CSS rules to the nts_kpop_custom.css file to hide the Editor tool bar.
Code:
/* Hide the Editor Toolbar */
body #kunena.layout #kpost-message .markItUpHeader { display: none; }
body #kunena.layout #kpost-message textarea#editor { border: 1px solid #dee2e6; border-radius: 3px; }
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: aoitori
Please Log in or Create an account to join the conversation.
Re: Hide Edit Tools
6 years 5 days ago
It worked wonderfully nice. The edit tool bar is gone and invisible.
I feel sorry for the engineers who worked hard for it, but I want it very simple.
I feel sorry for the engineers who worked hard for it, but I want it very simple.
The following user(s) said Thank You: ntstore
Please Log in or Create an account to join the conversation.
Time to create page: 0.216 seconds