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

provide alternate h6 styles within rich text input field. #2927

Closed
tmulry opened this issue May 29, 2018 · 2 comments
Closed

provide alternate h6 styles within rich text input field. #2927

tmulry opened this issue May 29, 2018 · 2 comments

Comments

@tmulry
Copy link
Contributor

tmulry commented May 29, 2018

Description

The style of heading 6 in the wysiwyg editor is drastically different than h1-h5. The the main issue is that the text displays as gray and uppercase, which makes it difficult to review capitalization.

Steps to reproduce

1 . choose an entry with a rich text(redactor) field.
2. enter a text paragraph, and change the style, using the dropdown to "Heading 6"

the h6-styles have a special mixin defined here:

@mixin h6-styles {

Additional info

  • Craft version: Craft Pro 3.0.9

  • PHP version: 7.2.1

  • Database driver & version: MySQL 5.5.5

  • Plugins & versions: Redactor | 1.1.0

screen shot 2018-05-28 at 9 31 22 pm

@narration-sd
Copy link
Contributor

narration-sd commented May 29, 2018

Sounds like @lindseydiloreto 's plugin may be useful for you?

https://github.com/doublesecretagency/craft-cpcss

Some notes here also, StackExchange being a good place to find leads like this:

https://craftcms.stackexchange.com/questions/19373/change-font-of-redactor-ii

@brandonkelly
Copy link
Member

The styling was intentional (even Redactor’s core CSS will force H6’s to be all-uppercase), but you make a good point about that making it hard to review casing. So as of the next release, text-transform will be back to normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants