Tssomas
Tssomas

Reputation: 362

Google Play Dev Console App Description

I noticed a developer's app's description had colour in it. I looked it up but can't find how to.. How do I add colour to an apps description in Google Play Developers Console so it shows up in Google Play.

Upvotes: 1

Views: 900

Answers (1)

0x0
0x0

Reputation: 188

The app descriptions support a minimal number of HTML tags. Looking at the page source I found

<font color="red">For all you having issues, <b>THERE WILL BE AN UPDATE SOON.</b></font>

So you can try to use the HTML <font> tag.

Upvotes: 2

Related Questions