Comments on [ F2U ] Quiet All Comments Start of Thread Parent

yes :D! what i asked about is out of my knowledge when it comes to coding haha

changing text colour
you'd want to use color:#HEXCODE in the style of the tab headers and delete text-body

<span class="font-weight-bold font-italic text-body" style="letter-spacing:1px; color:#HEXCODE">basics.</span>

same applies for the fontawesome icons

border on relationship icons
you can use border:#px solid #HEXCODE; (the three values are the width of the border in pixels [e.g. 2px, 10px], the style of the border [e.g. double, dashed or dotted], and the colour of the border) in the style of the icon divs

           <div class="h-100" style="background-color:#9f6e52; border-radius:10px;
           
           
            background-image:url(IMG_URL_HERE);
           
           
            background-size:cover;
            background-position:center;
            border:3px solid #000;">
            </div>
            </div>


hope that helps!

this worked!!! thank you so much for the help 🙏🙏🙏!!!!!!