Is there a way to change the default icon set on the button itself? #624
Answered
by
jekuer
iamritiksharma
asked this question in
Q&A
-
I tried many things to change the default icon used for the button itself but no effort was fruitful.
|
Beta Was this translation helpful? Give feedback.
Answered by
jekuer
Sep 9, 2024
Replies: 1 comment 1 reply
-
Have a look at https://add-to-calendar-button.com/advanced-use - it holds some more options to access the shadow dom via css. Check the option to go via ::parts. This way, you could sneak in your own icon. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iamritiksharma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Have a look at https://add-to-calendar-button.com/advanced-use - it holds some more options to access the shadow dom via css. Check the option to go via ::parts. This way, you could sneak in your own icon.