tag icon change

Responsive community-minded music Joomla template with JomSocial extension support.
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
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.
User avatar
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?
User avatar
Moderator

GK User
Fri Sep 25, 2015 9:33 am
Reply with quote
Report this post
User avatar
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:
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.
User avatar
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/
User avatar
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;
}
User avatar
Moderator

GK User
Wed Sep 30, 2015 6:34 am
Reply with quote
Report this post
thanks, this worked as a charm. :)
User avatar
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.
User avatar
Moderator


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