-
Notifications
You must be signed in to change notification settings - Fork 113
update: remove letter spacing from heading 5 in afternoon style #633
update: remove letter spacing from heading 5 in afternoon style #633
Conversation
Preview changesYou can preview these changes by following the link below: I will update this comment with the latest preview links as you push more changes to this PR. Note The preview sites are created using WordPress Playground. You can add content, edit settings, and test the themes as you would on a real site, but please note that changes are not saved between sessions. |
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
@troychaplin could you please change the title of this PR? I confused it with making changes to the header. Also, are you changing |
There was no specific reference in the files that relate directly to Afternoon, in theme.json was where I found the reference and tested. I can post before and after screenshots of each style when I get home |
Thanks for working on this @troychaplin - As @beafialho mentioned, the intention is only to remove the letter spacing in the Afternoon style variation. Removing the letter spacing for the h5 in the So, I would try a different approach for this. As we only want to remove the letter spacing on the h5 of the afternoon variation, you could set the letter spacing there to 0/initial. That will keep the desired letter spacing for all other variations (as defined in the Please remember that the variations have a specific typography preset associated, so you'll also need to make the same adjustment there. For "Afternoon", "typography preset 3" is the associated one. |
@juanfra is there a preference / standard to setting letterSpacing as 0, or normal? Adding either one to the h5 in the primary afternoon.json file will fix the issue. Also, there is no reference to specific heading levels in in the |
@juanfra before this gets merged in there's still an outstanding question that is waiting comment from @beafialho |
@troychaplin apologies for the extra work, but would you mind posting screenshots/recordings of the before and after this update in all variations please? With so many reviews on top of previous edits, I worry I may have something not looking like your PR. |
There's no before and after to post for all styles, the change only impacts the afternoon styles, screenshots added below. In reference to the other item I saw that I think might need a change, I will post a more detailed follow up to my comment in the issue
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @troychaplin! Can you pleas also update the same value in typography-preset-3.json
so that we have parity?
This way, when the style variation is selected, it'll also automagically select the style variation.
You'll first need to rebase and merge trunk to your branch to see the |
No prob, changes pushed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @troychaplin - Looks good to me 🚀
Description
Remove letter spacing from heading as per comment on #629
Screenshots
Before
After