Hiding publishing data Front end editor - Joomla! Forum - community, help and support
im trying hide publishing , meta data etc info front end editor want people have content title , alias.
i have working in chrome , ff ie wont hide it.
i used
in template.css achieve it
anyone know how make ie play ball?
i have working in chrome , ff ie wont hide it.
i used
code: select all
form#adminform fieldset:nth-of-type(1n+2) { display:none; }in template.css achieve it
anyone know how make ie play ball?
why don't override form layout ?
Comments
Post a Comment