Bullet issue

April 2013 Joomla Templates
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
Wed Sep 25, 2013 3:58 pm
Reply with quote
Report this post
Hi!

I´m using the the gkBullet4 - but nothing happens? Regardless what i do - it only makes checkmarks - and not the circles i want??
User avatar
Fresh Boarder

GK User
Thu Sep 26, 2013 10:14 am
Reply with quote
Report this post
Could you show me your site URL ? It is always easier to check CSS/HTML code on live site.
User avatar
Platinum Boarder

GK User
Thu Sep 26, 2013 10:41 am
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Fri Sep 27, 2013 12:06 pm
Reply with quote
Report this post
Please open file css/typography.style1.css and find this code :

Code: Select all
ul.gkBullet1 li:before,
 #k2Container .itemFullText ul li:before,
 #k2Container .itemIntroText ul li:before {
   color: #222;
   content: "\f00c";
}


and then modify this to :

Code: Select all
ul.gkBullet1 li:before {
   color: #222;
   content: "\f00c";
}
User avatar
Platinum Boarder

GK User
Mon Sep 30, 2013 7:18 am
Reply with quote
Report this post
Worked - perfect.... :)
User avatar
Fresh Boarder


cron