icons from unordered list don't show up

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 Mar 12, 2014 2:35 pm
Reply with quote
Report this post
Hi there,

I use template MO and want to show gk-bullet2 on this page http://ars-dicendi.de/drsandraeversberg/index.php/joomla but get only black points instead of font awsome icons.

How can I fix this?
User avatar
Gold Boarder

GK User
Wed Mar 12, 2014 3:07 pm
Reply with quote
Report this post
Please edit: /templates/gk_mo/css/override.css and add at its end:
Code: Select all
ul.gkBullet2 li:before {
color: #84cbc5;
content: "\f14a";
}

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

GK User
Wed Mar 12, 2014 3:40 pm
Reply with quote
Report this post
Thanks for your fast reply. I added the code into override but didn't get any other result. I then put the text "\f14a" in firebug directly in the line 'content:' instead of the square but didn't get the wished output either.
User avatar
Gold Boarder

GK User
Thu Mar 13, 2014 8:23 pm
Reply with quote
Report this post
I don't see those changes in your override.css file.
User avatar
Moderator

GK User
Sat Mar 15, 2014 2:08 pm
Reply with quote
Report this post
here is the screenshot
User avatar
Gold Boarder

GK User
Sun Mar 16, 2014 8:39 am
Reply with quote
Report this post
Please do exactly as I have advised.
User avatar
Moderator

GK User
Sun Mar 16, 2014 12:18 pm
Reply with quote
Report this post
I did - same result
User avatar
Gold Boarder

GK User
Mon Mar 17, 2014 9:28 am
Reply with quote
Report this post
Force this change with !important:
Code: Select all
ul.gkBullet2 li:before {
color: #84cbc5 !important;
content: "\f14a" !important;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.