You can easily change what icon will be displayed in box by changing the svg icone code you want to use.
Full set of the icons used in the {Theme} you will find in {icon_file}. All you need to do is to copy the code the the Icon Box markup.
HTML markup
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
<a href="#" class="ct-icon-box"> <div class="ct-icon-box__inner"> <div class="ct-icon-box__icon"> <div class="inner"> <svg width="36px" height="43px" viewbox="0 0 36 43" class="ct-icon ct-icon--timer"> <path></path> </svg> </div> </div> <h3 class="ct-icon-box__header">Crazy Relay Races</h3> <p class="ct-icon-box__content">Phasellus cursus, nulla sit amet prei tium iegestaus, nisii diam ultiricies mauris cresciam nunc. </p> </div> </a> |
Screenshot

Icon Box