Make Add On Feature Clickable - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Make Add On Feature Clickable

RE

Roger Elsig

SP Page Builder 2 years ago

Hello

https://postimg.cc/D4vthFG7

On my start page I have four feature add ons. I would like the whole feature to be clickable like a huge button. Is this possible? I know I can make the icon and/or the title clickable.

Alternative all my links on the whole page are displayed in red. Is it possible to change the title link into #666666 instead of red. The red takes a little too much attention.

Thank you

0
4 Answers
Pavel
Pavel
Accepted Answer
2 years ago #135437

Hi.

Add link to the Title only.

Set colors as you like.

Add class whole-link and css

.whole-link .sppb-addon-title a::before {
    content: '';
    position: absolute;
    inset: 0;
}

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #135465

Hi Roger,

Thanks for contacting us. You can follow Pavel's instructions. And thanks Pavel for helping him.

-Regards.

0
RE
Roger Elsig
Accepted Answer
2 years ago #135586

Perfect, thank you Pavel

0
RE
Roger Elsig
Accepted Answer
2 years ago #135605

One more question concerning the same feature box.

How can I make sure that all boxes as shown in the screenshot are the same heigth?

https://postimg.cc/vDd73p98

.whole-link .sppb-addon-title a::before {
    content: '';
    position: absolute;
    inset: 0;
        height: 200px;
}

didn't help.

0