The Accordion widget in WPBakery Web page builder produces this code:
<div class="vc_toggle_title">
<p style="font-size: 18px;color: #000000;line-height: 3;text-align: left;font-family:Roboto Slab;font-weight:400;font-style:normal" class="vc_custom_heading sector-name">AGRICULTURE</p>
<i class="vc_toggle_icon"></i>
</div>
I would like to eliminate this line:
<i class="vc_toggle_icon"></i>
I have tried everything in the book without success, including the most obvious:
.vc_toggle_icon { display:none;}
Any suggestions?