Hello.
I need to display the css of a class in my unordered lists. I added the call to the class but not shown.
I have another website with the same template and shows perfectly the class.
<h4>Title</h4>
<ul class="gkBullet2">
<li>Subtitle 1</li>
<li>Subtitle 2</li>
<li>Subtitle 3</li>
<li>Subtitle 4</li>
</ul>
Thank.