09/15/2014 at 10:19 am
#304085
Keymaster
@ Maria
re: how could I customise field names or descriptions of entries?
For exemple the field “other address”, I would like to change it in “private address”.
Yes, see this QuickTip.
re: And the custom fields is it possible to show the content of the field but to hide the description “custom fields” in the template?
Yes, add the following to the theme’s custom CSS area:
.cn-entry-content-block-meta > h3 {
display: none;
}
Hope that helps!