Opened 2 years ago
Closed 18 months ago
#56603 closed defect (bug) (fixed)
Twenty Ten: Heading Block Text color not reflected in Front side
Reported by: | umesh84 | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch has-screenshots commit |
Focuses: | ui, css | Cc: |
Description (last modified by )
In the Theme Twenty Ten Heading Block Text color not reflected in Front side
- Activate the Twenty Ten Themes
- Add Heading Block
- Change Text color
- See issue
For better understanding I provide video attachment link.
URL: https://www.loom.com/share/81aa30b1acf3441994c6abf25989de5f
Attachments (4)
Change History (13)
@
2 years ago
adding #content
to text color selectors, while keeping the original selectors (so the colors can work in widgets)
#2
@
2 years ago
- Description modified (diff)
The color classes should stay so that they apply outside the main content area. Also, the background color classes seem to work without adding #content
.
#3
@
2 years ago
- Summary changed from Theme Twenty Ten Heading Block Text color not reflected in Front side to Twenty Ten: Heading Block Text color not reflected in Front side
#4
@
19 months ago
Hi,
Patch report for - https://core.trac.wordpress.org/attachment/ticket/56603/56603.1.patch
Environment:
WordPress: v6.2.2
Theme: Twenty Ten
OS: Mac
Browser: Chrome
Steps to reproduce:
- Activate the Twenty Ten theme
- Add the Page/Post.
- Add Heading Block
- Change Text color
- Click on Preview See issue
Before Screenshots:
Backend - https://prnt.sc/HDZJCA7g5KqQ
Frontend - https://prnt.sc/oUjWCM5QMztX
After Screenshots:
Backend - https://prnt.sc/HDZJCA7g5KqQ
Frontend - https://prnt.sc/E3PJv9--Tdwb
The patch is working as expected.
Thanks!
#6
@
18 months ago
- Keywords has-screenshots added
Hi,
Patch report for - https://core.trac.wordpress.org/attachment/ticket/56603/56603.1.patch
Environment:
- WordPress: v6.2.2
- Theme: Twenty Ten
- OS: Windows
- Browser: Chrome
Steps to reproduce:
- Activate the Twenty Ten theme
- Add the Page/Post.
- Add Heading Block
- Change Text color
- Click on Preview See issue
Backend: https://prnt.sc/oAdfwufhv6Qv
Frontend:
Before Patch Frontend - https://prnt.sc/f3JrUt_ec-yh
After Patch Frontend - https://prnt.sc/LE_5etp9r8uR
https://core.trac.wordpress.org/attachment/ticket/56603/56603.1.patch is working as expected.
Thanks!
added patch