SVG Stack in Foundation 6 - how does it work?

Hi There,

I use foundation 6 which already has an svg stack.
I just don’t understand how to replace the “apple symbol svg” for my own svg.
I can add a link, but it just doesn’t replace the apple for my warehoused svg file.

Not familiar with F6, but try double clicking on the apple icon, it’ll most like expose the code that produces the symbol. Like a text stack.

Thanks!
Yes I can see the code, but I’m still new to this.
How can I generate the code from my svg file?

Open the svg file in a text editor and you will see the code. Copy the stuff between <svg> and </svg> include those tags and paste it into the stack.

1 Like

Awesome! Thanks a lot!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.