Hello:

I have used the same code according to the demo template for the bullets of my internal pages but these are not displayed in the same way, the star inside the circle. Could you help me?

For example, Demo template: https://herprac.com.co/extensions/s5-box/

<ul class="ul_circle_content">
<li><i class="ion-star"></i>Powered by no conflict mode jQuery Javascript</li>
<li><i class="ion-star"></i>Choose, elastic, fade or none for the popup effect</li>
<li><i class="ion-star"></i>Up to 10 S5 Box's throughout your site or on any one page!</li>
<li><i class="ion-star"></i>Set the percentage of width of each box according to overall screen size</li>
</ul>

http://prntscr.com/vc8sco

My page https://herprac.com.co/metalmecanica/

<ul class="ul_circle_content">
<li><i class="ion-star"></i>Fresas con perfiles especiales.</li>
<li><i class="ion-star"></i>Buriles normalizados y especiales.</li>
<li><i class="ion-star"></i>Avellanadores normalizados y especiales.</li>
<li><i class="ion-star"></i>Rimas.</li>
<li><i class="ion-star"></i>Pilotos guía.</li>
</ul>

http://prntscr.com/vc8uob

Thank you for your help.

    Hi diermava,
    You can use the following code:

    <ul class="ul_circle_content">
    <li><span class="circle_item"><i class="ion-star"></i></span>Powered by no conflict mode jQuery Javascript</li>
    <li><span class="circle_item"><i class="ion-star"></i></span>Choose, elastic, fade or none for the popup effect</li>
    <li><span class="circle_item"><i class="ion-star"></i></span>Up to 10 S5 Box's throughout your site or on any one page!</li>
    <li><span class="circle_item"><i class="ion-star"></i></span>Set the percentage of width of each box according to overall screen size</li>
    </ul>
    Write a Reply...
    You need to Login to view replies.