brizy cloud css text color dark mode
how do I change to h2 elements colour to white in the custom CSS menu in settings for my dark mode CSS code
trying to add dark mode to my site using:
@media (prefers-color-scheme: light) {
/* Light mode CSS code */
}
@media (prefers-color-scheme: dark) {
/* dark mode CSS code */
}
0
-
Hi,
Unfortunately, at the moment isn't possible to have different colours settings for dark and light mode. If you have added in a page a block from dark mode (or vice-versa) and you want to change the H2 colour, you can change it directly from the text element https://jmp.sh/rqsUY1y.
Best regards,
Sandra0
Please sign in to leave a comment.
Comments
1 comment