tag icon change
Responsive community-minded music Joomla template with JomSocial extension support.
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Mon Sep 07, 2015 10:36 am
- Reply with quote
- Report this post
where in css can I change the icon of a tag (default is "tick" and I want to change it) thanks.
-
- Expert Boarder
- GK User
- Mon Sep 07, 2015 12:12 pm
- Reply with quote
- Report this post
Could you please mark this icon on a screenshot?
-
- Moderator
- GK User
- Fri Sep 25, 2015 9:33 am
- Reply with quote
- Report this post
Screen is attached. example page is here: http://chcemviac.com/clanky/t-modlitby-pred-spanim-pre-unavenych-rodicov
-
- Expert Boarder
- GK User
- Sat Sep 26, 2015 12:34 pm
- Reply with quote
- Report this post
Please edit: /templates/gk_musicstate/css/override.css and add at its end:
and change content's #tag for a different one basing on FontAwesome 4.2.0 version.
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
.itemBody > ul li:before,
.itemBody > div > ul li:before,
ul.gkBullet1 li:before {
content: "\f00c";
}
and change content's #tag for a different one basing on FontAwesome 4.2.0 version.
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
- GK User
- Mon Sep 28, 2015 5:31 am
- Reply with quote
- Report this post
Thanks. What to put in the content: "" if I don't want to display anything? /no icon/
-
- Expert Boarder
- GK User
- Tue Sep 29, 2015 12:59 pm
- Reply with quote
- Report this post
- Code: Select all
.itemBody > ul li:before,
.itemBody > div > ul li:before,
ul.gkBullet1 li:before {
display: none;
}
-
- Moderator
- GK User
- Wed Sep 30, 2015 6:34 am
- Reply with quote
- Report this post
thanks, this worked as a charm.
-
- Expert Boarder
- GK User
- Thu Oct 01, 2015 7:36 pm
- Reply with quote
- Report this post
If you have any additional questions regarding this topic, please let me know.
-
- Moderator
8 posts
• Page 1 of 1