-
AuthorPosts
-
May 9, 2018 at 11:35 pm #954224
I have Fullscreen Slider under Caption tab I’m entering the following to display image (as well as link) to another page
<a href="http://mywebsite.com/press-release/"><img src="http://mywebsite.com/wp-content/uploads/2018/05/angels2.png" />
I would like to remove image overlay effect (red arrow icon) when you hover over the image. I tried multiple solutions from forum no luck. This is one of them which did not work.
.image-overlay {
visibility: hidden!important;
}See URL in private
- This topic was modified 6 years, 6 months ago by anristudio.
May 10, 2018 at 5:49 pm #954727Hey onastvar,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.home #fullscreen_slider_1 span.image-overlay.overlay-type-extern { display: none !important; }
Hope it helps :)
Best regards,
NikkoMay 10, 2018 at 8:06 pm #954841Thank you!
Unfortunately CSS above didn’t make a difference.May 11, 2018 at 11:25 am #955181Hi onastvar,
I have checked your site and doesn’t see the code being reflected on your site.
Can you try to flush out the cache and check if it helps, if not please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
NikkoMay 11, 2018 at 11:53 pm #955504I flushed the cache, no luck. CSS code is still there. See Private for login credentials. Thanks for your help!
May 15, 2018 at 10:59 am #956885Hi onastvar,
Thanks for giving us admin access, it’s now fixed, the reason it’s not working is the code above it is not closed:
#avia-menu .avia-menu-text { font-size: 14px !important; font-weight: bold !important;
I have closed it and it worked fine :)
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.