Official response from Matthew Pancione
Add the following to your theme.scss file:
.pc { display: none; }
You will need to be using a custom theme in order to access your theme.scss.
Share this post
Showing 17 reactions
Sign in with
I just tested it out and you are right, the Aware theme works slightly differently than the rest. To achieve the same effect in the Aware theme, go through theme.scss and add “display: none;” to where pc appears. Some pages, like leaderboards, which are specifically geared around pc will still display pc numbers even after removing it from the theme.
You also have to be using a customer theme.
That’s what I did and it worked first time.
Many thanks.