The developer is aware of this issue for Safari browsers, and it shall be fixed in the next minor release. In the meantime, you should be able to reveal it by dragging the element settings modal to the left—click and drag the top blue bar and move it to he left to uncover the color picker.
Hi, as you can see on the screenshot the new color picker is out of the frame.
This happens both on frontend / backend, and with all modules.
(in very rare occasions the color picker is positioned correctly, but I could't find any pattern when)
Version: 17.3.0
Temporary fix:
Find a plugin to apply custom CSS on WP admin, then add the following:
.color-group {
position:relative;
}
.pcr-app.wpb-pickr.visible {
position:absolute !important;
top:35px !important;
left:0px !important;
}
Attached files: Screenshot 2025-06-25 at 6.03.04 PM.png
Hi Peter,
Thank you for getting in touch.
The developer is aware of this issue for Safari browsers, and it shall be fixed in the next minor release. In the meantime, you should be able to reveal it by dragging the element settings modal to the left—click and drag the top blue bar and move it to he left to uncover the color picker.
I hope that helps.
Kind regards,