Last updated: March 31, 2021
Hiding the Competition's end date can be useful if you don't have an idea when the Competition will end yet. For example, you're running a teaser campaign for the launch of a new product but the release date is not announced yet.
To hide the end date of your Competition, go to the Setup tab on your Competitions campaign setup and enter the following CSS code into Custom styles:
.red-square { width: 50% }
.square-row .blue-square { width: 50% }
.square-row .purple-square { display: none !important }