07/06/2015 at 10:46 am
#339606
Keymaster
@ Reshma
re: Please can you advise how I can remove or change field labels for cmap?
I want to remove/ change for e.g Website , Work , Work phone etc
Please see this FAQ. The str_*****
that it talks about can be found on the doc page for cMap.
re: Also for custom fields, I would like to remove the label completely. If not am I able to change the wordings of this field label.
Use CSS to hide it. Add the following to your theme’s custom CSS area:
#cn-cmap .cn-entry-content-block-meta h3 {
display: none;
}
Hope that helps!