[wp-trac] [WordPress Trac] #65056: The first letter of the labels is always capitalized instead of being written as it is
WordPress Trac
noreply at wordpress.org
Fri Apr 10 06:46:47 UTC 2026
#65056: The first letter of the labels is always capitalized instead of being
written as it is
--------------------------+----------------------
Reporter: devede | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: General | Version:
Severity: minor | Resolution: invalid
Keywords: | Focuses:
--------------------------+----------------------
Changes (by sabernhardt):
* status: new => closed
* resolution: => invalid
* version: 6.9.4 =>
* component: Widgets => General
* milestone: Awaiting Review =>
Comment:
I found that you already answered my question on the support forums: the
[https://wordpress.org/themes/nisarg/ Nisarg theme].
That has `text-transform: capitalize` for `.tags-links a` and other
elements.
If you want to continue using the theme, you can override its `capitalize`
rules by adding this in the Customizer under Additional CSS:
{{{
.site-description,
.entry-meta,
.entry-meta a,
.byline,
.cat-links a,
.tags-links a,
.archive-page-title,
.nav-previous,
.nav-next,
.next-post,
.prev-post,
#infinite-handle span button,
#infinite-handle span button:hover,
#infinite-handle span button:focus {
text-transform: none;
}
}}}
I'll close the ticket because this is not a bug in WordPress core.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65056#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list