Hello:
My website is having issues with links working in color sections on mobile and tablet views after the latest Enfold update.
I’ve tried using this code, as was recommended on another thread, but thus far it has been unsuccessful: .avia_mobile #top .av-parallax-section{z-index: 0;}
Here’s the site: http://bit.ly/1f5o1OH
Please advise.
Hi mworley!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
#mobilehometwo a { z-index: 99 !important; }}
Cheers!
Yigit
Hello:
Thanks for responding! However, the problem doesn’t seem to be fixed. Please advise!