tuanphan Posted August 6 Share Posted August 6 To change form block lightbox button to a custom image, you can follow these. If you can't make it work, you can send site url, I will check easier. #1. First, use below tool to find Form Block ID. In my example, it is: #block-yui_3_17_2_1_1722911720670_3901 #2. Next, use this code to Custom CSS box to replace the button with an image #block-yui_3_17_2_1_1722911720670_3901 button.lightbox-handle { background-image: url(https://cdn.pixabay.com/photo/2018/07/10/21/53/tournament-3529744_1280.jpg) !important; color: transparent !important; font-size: 0 !important; background-size: cover !important; background-repeat: no-repeat !important; background-position: center center; padding: 100px 200px !important; border-radius: 0 !important; } #3. Result Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment