01-08-2018 02:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Recovery Runner
15
1
11
01-08-2018 02:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
How would i write the CSS to change size and color of a button text?
https://github.com/kmpm | Using: Ionic | Retired: Alta

1 REPLY 1
01-08-2018 10:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Recovery Runner
19
0
60
01-08-2018 10:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I've played around with various css selectors and I didn't manage to do it. I'm sure you're aware, but for others, you can change them inline though using the attributeName attribute
<use id="btn-name" href="#square-button" y="0%" fill="fb-red">
<set href="#text" attributeName="text-buffer" to="Button" />
<set href="#text" attributeName="font-size" to="30" />
<set href="#text" attributeName="fill" to="fb-blue" />
</use>
From googling around it looks like an SVG limitation maybe?
