Skip to content

Required Configuration for showing Round Name #82

Answered by Drarig29
yongshun950824 asked this question in Q&A
Discussion options

You must be logged in to vote

For the Angular demo (it was a commission), I needed to hide the headers because it didn't add much information. I hesitated with adding new configuration props to hide headers or using letting the user do it with simple CSS. I chose the latter not to add more clutter in the configuration object.

In the styles for the Angular project, I have this:

h1 {
display: none;
}
h2 {
margin-top: 30px !important;
margin-bottom: 20px !important;
font-size: 2em !important;
color: black !important;
}
h3 {
display: none;
}

So I think you should check tha…

Replies: 0 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@yongshun950824
Comment options

@Drarig29
Comment options

Answer selected by yongshun950824
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants