Right now I'm playing around with Champion's profile.
Currently, I have a green background, but the images looked horrible because of the giant white backgrounds. I was able to remove it from the image of the pet harvester, but I'm not sure what the code for editing treasure chests.
Ideally, I'd like to be able to remove the white background from the images and then position the treasure chest somewhere other than the bottom of the page if possible..
thanks to anyone who can help or point me in the right direction. :)
will alter the whole container with treasures, while img will aspects of each pic. As far as I'm aware you can't make the treasures transparent unless it's done manually, like with using transparent pet images as an overlay. It's been a while since I delved deep into coding for subeta, so apologies if I'm wrong.
I'm happy to help further with positioning and stuff, I'm on mobile right now so a little limited.
@ Santa (Revising this, as I originally posted it as a bit of a needlessly scattered mess)
You've already applied [tt]mix-blend-mode[/tt] to the pet image, and this can be done for treasure items as well, once you've applied a background to [tt][/tt]:
{background:;}
.treasure_item{mix-blend-mode:multiply;}
(Alternatively, just apply [tt]mix-blend-mode[/tt] to [tt][/tt] itself. Also, with the current background colour you're using, you may find it worthwhile to try out [tt]darken[/tt] vs [tt]multiply[/tt], if you haven't already - obvs, both slightly alter the colours in different ways.)
I see you already have [tt][/tt] set to absolute positioning; you can easily move it up by decreasing the value for [tt]top[/tt]! (And, of course, goes without saying, you can move it by adjusting [tt]left[/tt] as well ^^)
[box=#509b91]
[/box]