add feature to customize the visit-count badge
See original GitHub issueYou can provide different input fields after checking display visitors-count badge
checkbox to customize the badge.
We can customize the color, style, and label. See below for reference
Color
You can use any valid HEX color or pick from a predefined set of named colors (blue
is the default).
color | demo |
---|---|
brightgreen |
|
green |
|
yellow |
|
yellowgreen |
|
orange |
|
red |
|
blue |
|
grey |
|
lightgray |
|
ff69b4 |
Named color

Hex color

NOTE: HEX colors should be used without
#
symbol prefix.
Styles
The following styles are available (flat
is the default).
style | demo |
---|---|
flat |
|
flat-square |
|
plastic |

Label
You can overwrite default Profile views
text with your own label.

NOTE: Replace whitespace with
+
character in multi-word labels.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
How to customize badges - Proxyclick Help Center
Use our Badge Editor feature to create a unique and functional badge. ... Use the fields on the left to add the details...
Read more >Add a visitor count on your GitHub profile with one line of ...
I've recently updated this operation to be a lot easier. Ryan Lanciaux profile image. Ryan Lanciaux. @ryanlanciaux. twitter logo. Add visitor ...
Read more >gjbae1212/hit-counter - GitHub
You generate the badge through HITS. Hits. Features. Displays daily and total page views on your page. Support badge with customize style.
Read more >How to create your own custom badge (Swift/iOS) - YouTube
UIView / UILabel / UIButton / Core Animation / Core Graphics / Swift / iOSIn this video we take a look at the...
Read more >Badges (Package of the Week) - YouTube
Learn more about Badges → https://goo.gle/34uXAVi Whether they're reminding you ... Add them to your Flutter app using the Badges package!
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Please assign this to me, I’m planning to add a settings icon right next to the question
display visitors count badge
, which will open a popup to customize the badge. If there are any other suggestions, mention me.@rahuldkjain there is color
lightgray
in the list, I think it will be better to write it aslightgrey
to match the same naming convention asgrey
. I’ve fixed this colors naming inconsistency recently: https://github.com/badges/poser/pull/57