-
Hi, I tried to change some CSS stuff in the card, ie font weight. I have this in the config:
But there is no change in the final card, what is the correct way to use |
Beta Was this translation helpful? Give feedback.
Answered by
flixlix
Oct 6, 2023
Replies: 1 comment 1 reply
-
Hey there, It is not possible to use CSS-Selectors in the css, instead, all properties will be applied to the content div. It should look something like this: style_card_content: |
background-color: red; |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
flixlix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there,
It is not possible to use CSS-Selectors in the css, instead, all properties will be applied to the content div. It should look something like this: