Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55697, comment 10


Ignore:
Timestamp:
05/13/2022 02:04:45 PM (4 years ago)
Author:
poena
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55697, comment 10

    initial v1  
    4545-The reason why I did not close and move this issue to the Gutenberg GitHub repository is that there is a potential solution specific for this theme, which is to not use the "header" template part inside the "header dark" template parts.
    4646
    47 If the white link color setting is removed from the header-dark parts, and instead applied directly to the site title, then the white text color would not override the link color in the navigation block.
     47If the white link color setting is removed from the group block in the header-dark parts, and instead applied directly to the site title, then the white text color would not override the link color in the navigation block.
    4848
    4949The reason why we can not add the white color to the site title in the header template part, is that this part is also used on templates with a white background.