How do I get the image fade to stop on a fullwidth easy slider image where I have set a link to the image?
Hey Kim,
Please try the following in Quick CSS under Enfold->General Styling:
.home #full_slider_1 a:hover .image-overlay {
display:none !important;
}
Best regards,
Rikard
Thanks Rikard, but that didn’t make a difference.
Hi,
Please try this instead:
.home #full_slider_1 .image-overlay {
background:transparent !important;
}
Best regards,
Rikard
No. That still doesn’t work.
Hi TheURLdrThe site looks good on my end. You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.
,
Best regards,
Victoria