icons from unordered list don't show up
Rate this topic: 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?
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?
-
- 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:
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
ul.gkBullet2 li:before {
color: #84cbc5;
content: "\f14a";
}
Remember to enable "CSS override" in template settings - advanced section.
-
- 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.
-
- 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.
-
- Moderator
- GK User
- Sat Mar 15, 2014 2:08 pm
- Reply with quote
- Report this post
here is the screenshot
-
- Gold Boarder
- GK User
- Sun Mar 16, 2014 8:39 am
- Reply with quote
- Report this post
Please do exactly as I have advised.
-
- Moderator
- GK User
- Sun Mar 16, 2014 12:18 pm
- Reply with quote
- Report this post
I did - same result
-
- 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;
}
-
- Moderator
8 posts
• Page 1 of 1