Video Addon Cursor Pointer - Question | JoomShaper

Video Addon Cursor Pointer

M

Massimiliano

SP Page Builder 1 year ago

Hello, i tried everything but i don't know how to show the cursor pointer on play button (video addon) Check here: https://prnt.sc/fENxyPpjF8yw

Could you please tell me how to do it? I think should be by default this...

Thanks

0
5 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #146269

Hi there!

Thanks for reaching out to us.

Would you please give me your site URL to check the video addon? And did you mean hand icon on hover over the play button? Are you using YouTube video there?

Best Regards

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

Ciao Massimiliano,

The cursor: pointer; is that:

info_2165_2024.jpg

If you want to use it inside video addon please use Custom CSS:

.sppb-addon-video:hover,
.sppb-addon-video-local-video-wrap:hover,
video:active, video:hover {cursor: pointer;}  
0
M
Massimiliano
Accepted Answer
1 year ago #146397

Hi, i added your code, but when i go on play icon cursor pointer change again...

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

try

.sppb-addon-video:hover, .sppb-addon-video-local-video-wrap:hover, video:active, video:hover
 {cursor: pointer !important;}

change/update, as you see a small change.


BTW

You made a very good looking website, congratulations :)

If I may, I would also enable Accessibility toolbar that is inside Joomla 4/5 plugins.

0
M
Massimiliano
Accepted Answer
1 year ago #146437

Wooooowwwww you can't imagine how happy i am to hear a compliment from you! Really...you made my day!!!! Ps. i love sp page builder.....

I added your code, but still on the Play buttons pointer is not changing.

Thank you so much for the advice;)

0