How can i add custom class to heading? #890
Unanswered
crying2812
asked this question in
Questions & Help
Replies: 1 comment
-
Hi @crying2812! You would need to create a custom Heading extension for that. You can reuse a bulk of the existing Heading extension by extending it. The only part you'll need to change is the
Putting it together, this is how it'd look like in a Vue component
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created a heading like this but when it shown on the frontend, it doesn't show my custom class, how can i fix it? Thanks
content: < h1 class="direction--vertical writing__startDate">asdasdsa</ h1>
Beta Was this translation helpful? Give feedback.
All reactions