02/25/2016 at 10:11 am
#366845
Keymaster
@ Carole
re: How do I get ‘Custom Fields’ not to show to the world?
You can change it using this method:
http://connections-pro.com/2014/05/04/quicktip-easy-text-changing/
You can hide it with CSS by adding the following to the theme’s custom CSS area:
div.cn-entry-content-block h3 {
display: none;
}
Hope that helps!
