Read before updating: How to Update Kunena Templates - More detail

Hide Edit Tools

A Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 2

Hide Edit Tools

5 years 3 months ago - 5 years 3 months ago
#15964
I don't want the Edit Tools Bar.

(div.markItUpHeader)

Is there way to hide it and let users write only plain text?

Attachments:

Last edit: 5 years 3 months ago by aoitori.

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Hide Edit Tools

5 years 3 months ago
#15967
Hi,

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
The following user(s) said Thank You: aoitori

Please Log in or Create an account to join the conversation.

A Topic Author
Junior Member Junior Member
  • Posts: 20
  • Thanks: 2

Re: Hide Edit Tools

5 years 3 months ago
#15972
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.
The following user(s) said Thank You: ntstore

Please Log in or Create an account to join the conversation.

Time to create page: 0.340 seconds