Product Hunt: bigger product titles
Enlarges product titles and taglines in the feed so they are easier to scan at a glance.
Code to copy
/* Make product titles and taglines larger and easier to scan */
[data-test^="post-item"] a[href^="/posts/"] {
font-size: 17px !important;
font-weight: 700 !important;
line-height: 1.35 !important;
}
[data-test^="post-item"] [class*="tagline"],
[data-test^="post-item"] p {
font-size: 14px !important;
color: #4b587c !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.