Autoloader script in WP gutenberg custom html block - i want to change the text color, any ideas how? #258
Unanswered
easyname889
asked this question in
Q&A
Replies: 2 comments
|
Does this work for you? <style>
svg.markmap {
color: blue;
}
</style> |
0 replies
|
Yeah that did the trick =) thanks!
Den fre 28 juni 2024 kl 11:12 skrev Gerald ***@***.***>:
… Does this work for you?
<style>
svg.markmap {
color: blue;
}</style>
—
Reply to this email directly, view it on GitHub
<#258 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFI2TASLS3X3ZQVS2Q76FSDZJUSJLAVCNFSM6AAAAABKBJ5FP6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSMBSG44DK>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is probably very simple and is done in CSS somewhere but i cant figure out how i change the text color in the html code?
Or is it possible with the YAML instructions for the markmap to define text colors?
All reactions