Hey guys, a custom code to change the middle line color of the “Feature grid with steps” block (Custom Code → Header area)
<style>
#feature-grid1 .feature-container .feature .line {
background: #ff00ff;
}
#feature-grid1 .feature-container .feature .line .num{
color: #ff00ff;
border: 1px solid #ff00ff;
}
</style>