Opened 2 months ago
Closed 2 months ago
#65056 closed defect (bug) (invalid)
The first letter of the labels is always capitalized instead of being written as it is
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
In the widget, the first letter of the labels is always capitalized, instead of being written as is.
Attachments (2)
Change History (5)
#1
@
2 months ago
Sorry, the text of my bugreport is wrong.
In the widget, the first letter of the labels is being written as is but at the bottom of each article, the first letter of the labels is always capitalized, instead of being written as is.
#2
@
2 months ago
Which theme do you use?
I suspect your theme has a CSS rule like this in the tags list:
text-transform: capitalize;
#3
@
2 months ago
- Component changed from Widgets to General
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
- Version 6.9.4 deleted
I found that you already answered my question on the support forums: the 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.
Labels in widget