Comments on [ F2U ] Warriors Heavy All Comments Start of Thread Parent

you can head over to fontawesome.com to find more but you can replace the fa-heart with fa-heart-half-stroke !

thank you!!

ahh also, how do you add a background photo?

you can use this snippet but the main scroll box will not appear nicely because there's no set background for that :]  you'll have to add a card in its class somehwere

so under the col-lg-8, you would add/change the bolded bits
<div class="card rounded-0 border-0 p-3" style="height: 730px; overflow:auto">

that worked!! thank you sm!

so sorry for all the questions,, but is there a way to change the color of the background behind the text? the grey background, or does it have to stay grey?

the background follows your site theme so you'll have to manually add it in!

in the (or any) card's style, add background-color:#HEXCODE , but also color:#HEXCODE for the text so it's theme-friendly ^^