Hey!

Here's the visual for the code I'm trying to tweak - https://toyhou.se/1551185.-orion

So all the containers/boxes have transparency added through < div class= "card bg-faded card-block h-100" style="background: rgba(255, 255, 255, 0.6)" > but I'm not sure if there's a way of forcing the image in the About box to not have transparency?

Thank you so much for any help <3 <3

HoloLynx

Could you please link the code you're using? 

Skykristal

so you want a solid background color behind the transparent png?
just add a background-color to the img style. and maybe rounded to the class so it looks less sharp

<img src="https://file.toyhou.se/images/10544363_FWMmipBXBiJohLb.png" style="height:300px; background-color: #ffffff;" class="float-right ml-2 rounded" alt="10544363_FWMmipBXBiJohLb.png">