Hey,
I have a weird bug. When someone click on a photo and the lightbox enlarge it, the lightbox frame have the text “next”, “previous” “play” “close” all over the picture.
Is there any way to not display the text, and stay only with the buttons?
Thank You,
asaf
Hey asafku!
Can you post the link to your website so we can inspect elements to find out the source of the issue?
Regards,
Yigit
bump
Hi!
Please deactivate all active plugins and check if issue remains. If it does, please try re-updating the theme.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Yigit
Tried both. No luck…
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous, div.pp_default .pp_nav .pp_play, a.pp_close, div.pp_default .pp_expand, a.pp_next, a.pp_previous { color: transparent; }
Regards,
Yigit
Solved!
Thank You!