• Report Links
    We do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
  • Home
  • -
  • New Pastes

Add icons to prefixes

  • Thread starter King
  • Start date Dec 14, 2021

King

Administrator
Joined
Jul 12, 2021
Messages
25,005
Reaction score
5
Points
38
  • Dec 14, 2021
  • #1
In some cases, adding icons to labels makes them more intuitive, let's see how to add them!

Full code:


Code:

Code:
.label.label--PrefixName {
    background: #df9a6a;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #bf8d6c;
   
    &:hover {
        background: #938a7b;
        color: #fff;
        border: 2px solid #666361;
    }
    &:before {
        .m-faBase();
        .m-faContent(@fa-var-text);
    font-weight: 400;
    color: #fff;
    }
}

With this code you can have a prefix like the one in the example, add or modify the css to customize it


Prefix example​
Prefix example when we hover​
1. Here we modify the appearance of the prefix and name​
2. Here we modify the appearance of the prefix when we hover
Code:

Code:
.label.label--PrefixName {
    background: #df9a6a;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #bf8d6c;
Code:

Code:
 &:hover {
        background: #938a7b;
        color: #fff;
        border: 2px solid #666361;
    }
3. And here we modify and add the awesome font code. Leaving the start @fa-var-
4.When you finish, in your label you have to paste the code with the name​
Code:

Code:
&:before {
        .m-faBase();
        .m-faContent(@fa-var-text);
        padding-right: 5px;
        font-weight: 400;
        color: #fff;
    }
}

Continue reading...
 
https://xenforo.be/
Upvote 0 Downvote
You must log in or register to reply here.
Share:
Facebook Twitter Reddit Pinterest Tumblr WhatsApp Email
  • Home
  • -
  • New Pastes
  • Terms and rules
  • Privacy policy
  • Help
  • Home
AMP generated by AMPXF.com
Menu
Log in

Register

  • Home
    • Go Premium
  • Go Premium / Advertise
  • New Ad Listings
  • What's new
    • New posts
    • New Ad Listings
    • Latest activity
  • Members
    • Registered members
    • Current visitors
X

Privacy & Transparency

We use cookies and similar technologies for the following purposes:

  • Personalized ads and content
  • Content measurement and audience insights

Do you accept cookies and these technologies?

X

Privacy & Transparency

We use cookies and similar technologies for the following purposes:

  • Personalized ads and content
  • Content measurement and audience insights

Do you accept cookies and these technologies?