Site logo

Archived topic

clickable SVGs?

3 replies · Started by kiant123 on November 25, 2021

Viewing posts 1–4 of 4

Hi,

Is it possible to make SVGs clickable? I have some SVG icons on my home page that I'd like to make clickable if that's possible. I've added a screenshot of the icons.

thanks

Hi there,

try adding this CSS:

.gb-headline {
    position: relative;
}
.gb-headline span a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

Worked perfectly! Thank you!

Glad to hear that!

This archived topic is closed to new replies.