Shadow Dissapears With Mouse Hover - Question | JoomShaper

Shadow Dissapears With Mouse Hover

R

Robert

SP Page Builder 1 year ago

Hi,

When I hover over a feature box the added shadow dissapears when my mouse goes over the feature box, why? What do I miss? When the mouse leaves the area the shadow comes back again.

0
5 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #159133

Hi

Thanks for contacting us and sorry for your issue. Could you please give me your site URL and also a screenshot of your issue? I need to check.

-Regards.

0
R
Robert
Accepted Answer
1 year ago #159134

Hi, the url in hidden. Still work in progress

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #159135

Use this CSS in your custom.css file

#sppb-addon-c53c45a3-8c6e-48d1-8fb6-f528f3a6f7fc:hover {
    box-shadow: 4px 6px 20px 2px rgba(0, 0, 0, 0.23) !important;
}

#sppb-addon-d130aac2-db62-4349-a753-f5d5bea85793:hover {
    box-shadow: 4px 6px 20px 2px rgba(0, 0, 0, 0.23) !important;

}
#sppb-addon-070124d0-d320-41bd-9b2f-dbc3f54ed05b:hover {
    box-shadow: 4px 6px 20px 2px rgba(0, 0, 0, 0.23) !important;

}
0
R
Robert
Accepted Answer
1 year ago #159136

Thx, how come? Can't recall this was also in the past.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #159137

It seems unset on hover that's why I am giving this CSS to solve it. Is this working now? If yes then you can close this post by accepting the answer.

0