[Free] Custom Sidebar Links

Elithian

Info


Created
4 years, 4 months ago
Creator
Elithian
Favorites
4244

Profile


A very simple HTML to add extra links to your sidebar. Works on any user page.

  • Insert into the Profile Blurb on your user profile or on your character profiles. (Manage character Edit profile Advanced)
  • Live version can be seen on my main profile: ElithianFox
  • Only works for premium members
  • Probably won't work on profiles with CSS that changes the sidebar
  • The font-awesome icons can be swapped out for any other on the site, but make sure that the classes fa-fw, ml-1, and mr-3 are present to position the icons and text correctly
  • Feel free to edit, style, or change up as much as you like
  • No need to credit, I wouldn't even be sure where the credit would go
  • Fav if you use
Code

<a class="d-block" href="" style="margin-left:-10px;margin-right:-10px;"><i class="fal fa-arrow-circle-right fa-fw ml-1 mr-3"></i><span style="font-size:0.9rem">Link1</span></a>
<a class="d-block" href="" style="margin-left:-10px;margin-right:-10px;"><i class="fal fa-arrow-circle-right fa-fw ml-1 mr-3"></i><span style="font-size:0.9rem">Link2</span></a>
<a class="d-block" href="" style="margin-left:-10px;margin-right:-10px;"><i class="fal fa-arrow-circle-right fa-fw ml-1 mr-3"></i><span style="font-size:0.9rem">Link3</span></a>
<a class="d-block" href="" style="margin-left:-10px;margin-right:-10px;"><i class="fal fa-arrow-circle-right fa-fw ml-1 mr-3"></i><span style="font-size:0.9rem">Link4</span></a>