04/16/2015 at 9:44 am
#331424
Keymaster
@
The line is applied with CSS, so it can be removed with CSS. Add the following to your theme’s custom CSS area:
#cn-circled .cn-circled-content:before {
height: 0 !important;
width: 0 !important;
}
Hope that helps!
