tag icon in front of tags
-
Hi @phenomlab , you have a tag icon in front of tag words, and I believe it looks cooler.
how do you achieve this?
-
Hi @phenomlab , you have a tag icon in front of tag words, and I believe it looks cooler.
how do you achieve this?
@crazycells Hi, I use the below CSS for this
span.tag:before { content: "\f02c"; font-family: "Font Awesome 5 Pro"; margin-right: 5px; margin-left: 5px; } -
-
@crazycells Hi, I use the below CSS for this
span.tag:before { content: "\f02c"; font-family: "Font Awesome 5 Pro"; margin-right: 5px; margin-left: 5px; }
@phenomlab for me, it shows a vegetable
lol
how can I fix this? Thanks a lot. -
@phenomlab for me, it shows a vegetable
lol
how can I fix this? Thanks a lot.@crazycells Are you using Font Awesome Free ? If so, try this
span.tag:before { content: "\f02b"; font-family: "Font Awesome 5 Free"; margin-right: 5px; margin-left: 5px; font-weight: 900; } -
@crazycells Are you using Font Awesome Free ? If so, try this
span.tag:before { content: "\f02b"; font-family: "Font Awesome 5 Free"; margin-right: 5px; margin-left: 5px; font-weight: 900; }
@phenomlab said in tag icon in front of tags:
@crazycells Are you using Font Awesome Free ? If so, try this
span.tag:before { content: "\f02b"; font-family: "Font Awesome 5 Free"; margin-right: 5px; margin-left: 5px; font-weight: 900; } yeap, this worked
thanks a lot.
Did this solution help you?
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (ether email, or push notification). You'll also be able to save bookmarks, use reactions, and upvote to show your appreciation to other community members.
With your input, this post could be even better 💗
RegisterLog in