Hi,
You can select style 3 and add these line to the Custom CSS of Theme Options:
.icon-box-shortcode-wrap.style_3 .icon-box-container{
text-align: center;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container:before{
display: none;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container:after{
content: "";
display: block;
width: 42px;
margin: 0 auto;
height: 2px;
background-color: #ED4630;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
}
.icon-box-shortcode-wrap.style_3 .icon-box-container .icon-wrap span{
display: block;
}
Best regards,
tb.