This cannot be changed from the TinyMCE Advanced plugin. However it can be set directly on the TinyMCE initialization in WordPress by using something like https://ww.wp.xz.cn/plugins/advanced-tinymce-configuration/. You need to add elementpath: false, that setting is described here: https://www.tinymce.com/docs/configure/editor-appearance/#elementpath.
Thanks for your answer.
Can’t it be done by adding some coding in the Custom CSS Editor?
Also, is this “p” for paragraph?
Thanks.
Hey I added the whole element path from the link you posted into the
Advanced TinyMCE Configuration plugin but this disables the whole TinyMCE editor.
Make sure you set it properly. You need to understand the exact JS syntax to use that plugin.
For this setting type elementpath on the left and false on the tight. That’s all you need.
That seemed to work.
Thanks!
Sorry to bring back the thread, but I just wanted to ask again.
Can’t this be done with custom CSS so I don’t have to install the other plugin?
Thanks!