Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button - Case select not working #141

Closed
Justinabes007 opened this issue Jul 18, 2024 · 1 comment · Fixed by #146
Closed

Button - Case select not working #141

Justinabes007 opened this issue Jul 18, 2024 · 1 comment · Fixed by #146
Assignees
Labels
[Type] Bug Something isn't working
Milestone

Comments

@Justinabes007
Copy link
Contributor

Describe the bug
When trying to change or update the Sentance case it doesn't reflect the changes, viewing CSS in the front end it is applied, however, conflict seems to be used via site settings somewhere.

Screenshot 2024-07-18 at 16 01 47
@Justinabes007 Justinabes007 added the [Type] Bug Something isn't working label Jul 18, 2024
@Justinabes007 Justinabes007 added this to the 1.4 milestone Jul 18, 2024
@Justinabes007 Justinabes007 self-assigned this Jul 18, 2024
@krugazul
Copy link
Contributor

krugazul commented Jul 23, 2024

@Justinabes007 the text transform overwritting that is coming from wordpress. You need to add in CSS to set the transform on the link inside the button to "inherit". It will then inherit the value from the parent element. (you might have to use !important").

This can go into the button css

:root :where(.wp-block-button .wp-block-button__link) {
    text-transform: inherit;
}

@krugazul krugazul self-assigned this Jul 24, 2024
@krugazul krugazul linked a pull request Jul 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Bug Something isn't working
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants