03/20/2017 at 9:44 am
#416203
Keymaster
@ Stacy
re: I tried show_title=’FALSE’ and show_org=’FALSE’ but neither changed the display.
These shortcode options only affect the “individual” entry type which have these fields set.
re: Can I hide organization H2 title?
Yes, by using CSS. Add the following to the theme’s CSS area.
#cn-circled .cn-entry-single h2 span.fn {
display: none;
}
Hope this helps!
