Jump to content
Communities.Management

How to color the prefixes & tags for better visibility in Invision Community


Daniel

Recommended Posts

You have probably noticed the colored prefixes here and want them too on your #invision community?
 

That's quite easy to achieve.

Take a look at the returned HTML code

CleanShot2023-03-07at17_00.08@2x.thumb.png.a855d2ddf5f5955fd2480d990034d35e.png

 

and copy the data-tag-label code.

Then, open your custom.css template and add the following code (of course you'll need to replace the selector with your own.

.ipsTag[data-tag-label="invision"] /* Replace this with your selector */
{
  background-color: blue !important;
  color: white !important;
}

 

  • Thanks 1
Link to comment
Share on other sites

  • The title was changed to How to color the prefixes & tags for better visibility in Invision Community
  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.