04/25/2016 at 10:19 am
#374097
Keymaster
@ Matt
There’s not a way to disable it, but CSS can be used to hide it. Add the following to the theme’s custom CSS area:
#cn-circled .cn-circled-excerpt {
display: none;
}
That should do it.
Hope that helps, let me know.