MatthewPopa

    • Jun 24, 2023
    • Joined Jun 19, 2018
    • 0 best answers
    • 0 points
    • Dafterz

      Yes, it's relatively easy.....

      /* Side Tags */
      .item-tag1 .icon.TagIcon.Button-icon, .item-tag2 .icon.TagIcon.Button-icon,
      .item-tag3 .icon.TagIcon.Button-icon, .item-tag4 .icon.TagIcon.Button-icon,
      .item-tag16 .icon.TagIcon.Button-icon, .item-tag8 .icon.TagIcon.Button-icon,
      .item-tag5 .icon.TagIcon.Button-icon, .item-tag6 .icon.TagIcon.Button-icon,
      .item-tag7 .icon.TagIcon.Button-icon, .item-tag9 .icon.TagIcon.Button-icon,
      .item-tag10 .icon.TagIcon.Button-icon, .item-tag11 .icon.TagIcon.Button-icon,
      .item-tag13 .icon.TagIcon.Button-icon, .item-tag14 .icon.TagIcon.Button-icon,
      .item-tag15 .icon.TagIcon.Button-icon, .item-tag16 .icon.TagIcon.Button-icon,
      .item-tag12 .icon.TagIcon.Button-icon, .item-tag17 .icon.TagIcon.Button-icon,
      .item-tag24 .icon.TagIcon.Button-icon, .item-tag25 .icon.TagIcon.Button-icon,
      .item-tag26 .icon.TagIcon.Button-icon, .item-tag27 .icon.TagIcon.Button-icon {
          background-color: transparent !important;
      }
      .item-tag1 > a > span:before {
          content: "\f129";
          font-family: FontAwesome;
          font-weight: normal;
          line-height: 17px;
          vertical-align: top;
          padding-left: 3px;
          color: #009688;
      }
      .item-tag2 > a > span:before {
          content: "\f0a1";
          font-family: FontAwesome;
          font-weight: normal;
          line-height: 17px;
          vertical-align: top;
          padding-left: 3px;
          color: #f44336;
      }
      .item-tag3 > a > span:before {
          content: "\f0eb";
          font-family: FontAwesome;
          font-weight: normal;
          line-height: 17px;
          vertical-align: top;
          padding-left: 3px;
          color: #ff5722;
      

      You find the tag #, hide the background color, then add the font awesome icon (or whatever icon you want with :before.

      I'm sure there is a more more concise way of doing it, but this is how I got it done.

      • Veriael Could you explain more, maybe provide something like step by step tutorial?

        Here is the CSS, in order for each (Home, Following, Members)

        Just add to the Custom CSS under Appearances.

        .item-link3 .LinksButton.Button.Button--link::before {
            content: "\f015";
            font-family: fontawesome;
            padding-right: 5px;
            font-size: 15px;
        }
        
        .item-link1 .LinksButton.Button.Button--link::before {
            content: "\f005";
            font-family: fontawesome;
            padding-right: 5px;
            font-size: 15px;
        }
        .item-link2 .LinksButton.Button.Button--link::before {
            content: "\f007";
            font-family: fontawesome;
            padding-right: 5px;
            font-size: 15px;
        }