Hello,I am trying to add some custom css in my Itch.io page. But it's not working for some reason. Like i added class="custom-screenshot" in an image in the post. And in css editor I write this:
.custom-screenshot
{
border-radius: 10px;
width: 20px;
}
But it's not effecting image at all.
I am doing something wrong?
This is the page i need help with.
https://only4gamers.itch.io/space-menace
Please help me
Thanks