Hi,
the button doesn’t work (it is not clickable) when I add an overlay on the color section. In private contents you will find screenshots.
How can I solve it? Thanks,
Luca
Ditto!
Hi,
Thank you for the inquiry.
We can’t find any links or buttons in the section. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.
Best regards,
Ismael
Hi,
You can find screenshots here:
https://img.savvyify.com/image/overlay-settings.9i2i3
https://img.savvyify.com/image/button-front-end.9ijzx
https://img.savvyify.com/image/button-settings.9iAjL
https://img.savvyify.com/image/button.9iqk5
The Href on the button is a “tel:” (https://img.savvyify.com/image/button-settings.9iAjL). But if I set the overlay, it doesn’t work (https://img.savvyify.com/image/overlay-settings.9i2i3)
Thanks,
Luca
Hi,
Thank you for the screenshots.
We temporarily added this code to fix the issue.
.responsive #top .avia-section .container {
z-index: 2;
}
.responsive #top .avia-section .av-section-color-overlay {
z-index: 1;
position: absolute;
}
We’ll forward this thread to our channel.
Best regards,
Ismael
Perfect, thanks!