Comments on F2U - Minimal Toyhouse Code All Comments Start of Thread Parent

alright! thanks for commenting. to change the Image you need to insert the image address in this line. where the URL is. <img src="https://via.placeholder.com/150" class="rounded" align="left" style="width:175px">

and in terms of colour, this code uses the colours you chose as your toyhouse theme in your settings (so mine looks pink, but the default is blue. However, you can add custom colour if you alter the code a bit.)

Change this line <div class="btn btn-primary" style="width:100%;font-weight:bold;"> to <div class="btn btn-primary" style="width:100%;font-weight:bold;background-color:#A9F5A9;border-color:#A9F5A9;"> and change the HTML codes (#A9F5A9) to the colour you want (here's a good website to just grab codes from https://html-color-codes.info/)

and then change all these lines <div class="progress-bar" role="progressbar" style="width:20%"> to this (along with the percentage you want) <div class="progress-bar" role="progressbar" style="width:20%;background-color:#A9F5A9;">