Shape 5

Joomla Templates => Zoka Transports - Club => : segunoloye February 13, 2015, 08:14:30 PM



: Bullet Points Not Showing
: segunoloye February 13, 2015, 08:14:30 PM
Hello,

I used bullet point on each of the three items in the attached file in one of the Top Row3 Module items but the bullet points are not showing on the front-end.

See the code below:

<div class="circle_callouts"><span class="ion-checkmark-circled"></span>
   &nbsp;</div>
<p>
   <span class="circle_callouts_title">Our Core Values</span></p>
<ul>
   <li>
      Crediblity</li>
   <li>
      Quality</li>
   <li>
      Simplicity</li>
</ul>


I'll appreciate your response.

Thanks.

Segun.


: Re: Bullet Points Not Showing
: mikenicoll February 14, 2015, 07:41:56 PM
Hello,

Please post a URL to this page.


: Re: Bullet Points Not Showing
: segunoloye February 16, 2015, 07:39:17 AM
http://lifepagegroup.com

Thanks.


: Re: Bullet Points Not Showing
: mikenicoll February 16, 2015, 09:53:19 PM
Hello,

This coding is what is hiding the bullet points.

:
Editor.CSS - Line 10

.module_round_box_outer ul, .moduletable ul {
    list-style: outside none none;
}