Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

How to remove the Download button section appearing at top of page?

A topic by paweljarosz created Apr 12, 2021 Views: 434 Replies: 2
Viewing posts 1 to 2
(1 edit)

There was a question about it: https://itch.io/t/530331/how-to-remove-download-button-appearing-at-top-of-page, but it's archived and I am here trying to hide that section, but none of CSS tricks I tried could do this :/

.header_buy_row { display: none; }
or:

.header_buy_row>div { display: none; }

are not working for me. Maybe you see some mistakes here?
 Do you have any suggestions or working solutions?

Moderator(+1)

Just to confirm, have you got custom CSS enabled for your project? You would need to Contact Support and ask for custom CSS to be enabled for a specific project.

Yes, yes, I have Custom CSS enabled :)

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.