CSS Question - Sppb-addon-image-overlay On The Whole Image Without Icon - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

CSS Question - Sppb-addon-image-overlay On The Whole Image Without Icon

P

Patrick

SP Page Builder 2 years ago

HI,

how can i do that the whole area on an image over ist linked and colored without the + icon? Ive already tested with .sppb-addon-image-overlay-icon display:none, but the link isnt there anymore

Best regards Patrick

0
3 Answers
Pavel
Pavel
Accepted Answer
2 years ago #137499

Hi.

Try this

.sppb-addon-image-overlay-icon {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    font-size: 0;
    background-color: transparent !important;
}
1
P
Patrick
Accepted Answer
2 years ago #137507

so simply, many thanks

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

Hi Patrick

Thanks for contacting us and glad to know that your problem is fixed, you can now close this post by accepting the answer. And thanks Pavel for helping him.

-Regards.

1