Valid items are eligible for Google Search's rich results. Learn more
View tested page
Preview results
Details
Detected items
check_circle
Unnamed item
type
FAQPage
mainEntity
type
Question
name
What is the Custom Button Icons Carrd plugin?
acceptedAnswer
type
Answer
text
The Custom Button Icons plugin is a free Carrd template that lets you add fully custom SVG icons to your Carrd button elements instead of using the default icon options.
mainEntity
type
Question
name
What is this plugin useful for?
acceptedAnswer
type
Answer
text
It is useful for customizing button designs with unique SVG icons, such as branding elements, social buttons, call-to-action buttons, or any interface where default Carrd icons are not sufficient.
mainEntity
type
Question
name
Is the Custom Button Icons template free?
acceptedAnswer
type
Answer
text
Yes. The Custom Button Icons Carrd plugin template is provided as a free resource that you can download and use on your own Carrd site.
mainEntity
type
Question
name
How do I install the Custom Button Icons on my Carrd site?
acceptedAnswer
type
Answer
text
Download the template and copy all code from the four Embed elements into your Carrd site. Ensure the Embed element named "Custom button icon" is placed last at the bottom of your page.
mainEntity
type
Question
name
How do I add custom SVG icons to the buttons?
acceptedAnswer
type
Answer
text
Find SVG icons from a site like SVGRepo, copy the SVG code, and paste it into the Raw SVG Embed elements (such as svg01, svg02, svg03) inside the corresponding JavaScript variables.
mainEntity
type
Question
name
How do I connect the icons to my buttons?
acceptedAnswer
type
Answer
text
In the "Custom button icon" Embed code, replace the BUTTONS_ELEMENT_ID value with the ID of your Buttons element. Then arrange your icons in the SVG_LIST array to match the button order.
mainEntity
type
Question
name
Can I change the color of the SVG icons?
acceptedAnswer
type
Answer
text
Yes. You can customize icon colors by editing the SVG_COLORS array and replacing the hex color values with your preferred colors, or setting values to null to keep default colors.
mainEntity
type
Question
name
How do I add more or skip SVG icons?
acceptedAnswer
type
Answer
text
To add more icons, duplicate an existing Raw SVG Embed element and define a new SVG variable. To skip an icon, leave its SVG value empty so the default Carrd icon is used instead.
mainEntity
type
Question
name
How do I change the size of the SVG icons?
acceptedAnswer
type
Answer
text
You can change the icon size by editing the width and height values in the CSS under the .custom-svg class inside the style tags.
mainEntity
type
Question
name
What if I want to customize the code further?
acceptedAnswer
type
Answer
text
For additional customizations, you can modify the code directly or use AI tools by pasting the full code and asking specific questions, such as how to adjust colors or behavior for individual icons.