Comments on [ F2U ] Warriors Heavy All Comments

I'm curious If there would be a way to add a banner Image at the top where the name/title goes?

there is!  above the HEADER (so around line 28), you can add this for the image banner!  adjust the min-height:100% if needed!

hope this helps! <3

<!-- ------------------------------


      IMAGE BANNER


------------------------------- -->
<div class="col-lg-12 p-1">
<div class="bg-faded p-3" style="min-height:100px;

      background-image:url(IMG_FILE_HERE);
      background-position:center;
      background-size:cover">

</div>
</div>

tysm! It worked great!

This user is not visible to guests.

i can't 100% tell what your problem is with just this screenshot (it can be multiple things at once) but i think your main problem is that you have WYSIWYG on?

please disable it from your Display Settings and enable/use the code editor instead (you may need to restart the code); this is addressed in my rules! ^^