Hi CSS experts,
Is there a way to change the color of the Star icon?
Thanks for your help!
Hi CSS experts,
Is there a way to change the color of the Star icon?
Thanks for your help!
This was a fun one:
g[data-icon-name="star-filled"] {
fill: #ff0000;
}
I guess it’s SVG-based, so instead of e.g. color
or background-color
, you use fill
. And if you want to add an outline
, you’d use stroke
instead.
Thank you so much,
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.