Feature Box Full Link - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Feature Box Full Link

M

Massimiliano

SP Page Builder 1 year ago

Hello, i know there is the possibility to add link to the title and icon, but i need to have all the Feature Box link on hover.

How can i get this? For sure is possible with custom css...can you tell me how?

0
3 Answers
M
Massimiliano
Accepted Answer
1 year ago #143672

Hi, can i have an answer?

Thanks

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #143677

Ciao Massimiliano,

yes, you can get the answer: by default is NOT possible.

Using php/html code customization yes, but with only Custom CSS not really/fully.

Sorry, but Support doesn't include code customizations.

0
Pavel
Pavel
Accepted Answer
1 year ago #143683

but with only Custom CSS not really/fully.

Hi. Why not? Very simple.

(SPPB 5) Assign link to ICON/IMAGE, add class whole-link to the addon settings, add CSS to the custom.css file

.addon-root-feature {
    position: relative;
}
.whole-link .sppb-icon a::before {
    content: '';
    position: absolute;
    inset: 0;
}
0