Popup Header/Title and Separator Text Centering #1119
Answered
by
MrBearPresident
poolguard
asked this question in
Questions about config, custom styles and templates
-
GoalIs there a way have text centered and enlarged in the header WITHOUT the button outline or background? Kind of like a title for the popup? I would even like to hide the close button if possible. Also is there a way to center the text in a Separator and have the separator lines both to the left and right of the text? Source Yamltype: vertical-stack
cards:
- type: custom:bubble-card
card_type: pop-up
hash: "#KitchenMusic"
show_header: true
name: Music
scrolling_effect: false
show_icon: false
styles: |-
.bubble-name-container {
align-items: center;
} Which step did you already try?No response ProblemNo response Read the documentation
|
Beta Was this translation helpful? Give feedback.
Answered by
MrBearPresident
Jan 6, 2025
Replies: 1 comment
-
Something like: .bubble-header .bubble-name-container {
align-items: center;
}
.bubble-header{
.bubble-button-background,.bubble-button-card-container{
background: #11118800 !important;
}
} If this solves your problem, mark this as the solution and close the discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
poolguard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like:
If this solves your problem, mark this as the solution and close the discussion.