Hey CodesNorth! It’s MarsChompsVenus. I’m on itch too, glad to see you’re doing well! It appears you’ve enabled the custom CSS on your page - I’ve been wondering about doing that.
Personally the custom top bar was the hardest part though.
First I had to figure out how to make the usual itch box background to hide without all the nested elements hiding, and then there was an issue with the dropdown thing that pops down when you press the arrow next to your profile.
The dropdown was somehow being layered behind my main column’s background element so I had to figure out that too.
To me, it looks like this:
What about you? Could you include a screenshot? (I don’t know what the top bar looks like to a non-editor user like a random person as signed out, the bar disappears. )
← Return to game
Comments
Log in with itch.io to leave a comment.
Hey CodesNorth! It’s MarsChompsVenus. I’m on itch too, glad to see you’re doing well! It appears you’ve enabled the custom CSS on your page - I’ve been wondering about doing that.
Yup, you just have to send an email to request it. It's pretty handy though.
Yeah, I went ahead and got it enabled - then learned CSS on an airplane flight and restyled my page! XD
Wow!! It looks great! How did you get the game icons to become bigger when you hover over them?
Oh I used
in .gamecell to do the smooth glide between sizes and
to do the scaling.
Personally the custom top bar was the hardest part though.
First I had to figure out how to make the usual itch box background to hide without all the nested elements hiding, and then there was an issue with the dropdown thing that pops down when you press the arrow next to your profile. The dropdown was somehow being layered behind my main column’s background element so I had to figure out that too.
To me, it looks like this:
What about you? Could you include a screenshot? (I don’t know what the top bar looks like to a non-editor user like a random person as signed out, the bar disappears. )