Bullets typografy - not showing

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Sep 17, 2013 8:16 am
Reply with quote
Report this post
I have a problem with custom bullets.

Html code:
Code: Select all
<ul class="gkBullet2">
<li>Out of table 1</li>
<li>Out of table 2</li>
</ul>
<table style="width: 100%;" border="0">
<tbody>
<tr>
<td>
<ul class="gkBullet2">
<li>In table 1</li>
<li>In table 2</li>
</ul>
</td>
</tr>
</tbody>
</table>


shows black bullets if bullets are OutOfTable and customized bullets if it is bordered with a table.

Page:
http://seniorsphone.mobi/index.php/user-manual2

Any suggestion?
User avatar
Senior Boarder

GK User
Tue Sep 17, 2013 9:49 am
Reply with quote
Report this post
Please edit: /templates/gk_bluap/css/override.css and add at its end:
Code: Select all
.itemBody > div > ul.gkBullet2 li:before {color: #DD5749;
content: "\f046";
font-size: 13px !important;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Sep 17, 2013 10:02 am
Reply with quote
Report this post
Thank you. It is working now.
User avatar
Senior Boarder

GK User
Tue Sep 17, 2013 1:08 pm
Reply with quote
Report this post
I have also reported that as a bug, so it will be fixed in next template release.
User avatar
Moderator


cron