💡 CSS to turn Buttons into Titles with Icons

.buttonAsTitle button {
padding: 0 !important;
font-size: 1.3125rem;
line-height: 1.2;
letter-spacing: -0.01em;
pointer-events: none;
margin-bottom: -10px;
color: var(--gv-text-contextual-base
);
}

.buttonAsTitle svg {
color: var(--gv-text-accent);
}
6 Likes

Love it!!

Until we get the option to have icons as images for titles, this will do. :wink:

2 Likes

Looking good!

1 Like