Comments on f2u . guilt by association All Comments Start of Thread Parent

as in the play and pause button? the same solution should work just fine! your elements will just look like <i class="fas fa-play" style="color:#000000"></i> and <i class="fas fa-step-forward" style="color:#000000"></i> respectively :3 if you're referring to something else, lmk !

it worked tysm!! also one more thing, do you know how to put little decorations just like the user Arkansas? i wanna put a couple of them at the beggining and end of the "name, pronouns, age" part

for that you would just add an img element either side of the text, making sure it's inside of the <p> tags (or <span> tags, in the case of putting them around the social media links) so that it stays in-line with the text! 

the whole thing should look something like <p class="font-weight-bold m-0"><img src="URLHERE"> Name - Pronouns - Age <img src="URLHERE"></p> with the URLHERE part ofc being the url of the image you're adding c:

it worked, tysm for helping me out! ;o;