Remove Hover Effect/Arrow on Slider Image Links
-
Topic
-
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Tagged: hover slider
Hi,
Is there a way to disable the hover effect and arrow that appears on hover over slider images that are linked to other URLs?
And can the above be done without disabling the hover/arrow effect on Featured Images? — because we’d like to keep those.
Thank you!
Ah, never mind! I found it.
And for those viewing at home, the answer lies in editing the jumpstart/framework/assets/js/themeblvd.js file.
Hello,
Editing that file probably wouldn’t be the best course of action. You never want to edit any files of the parent theme. You should be making all of your edits from a child theme.
For this, you could just hide the overlay with simple CSS from your child theme’s stylesheet.
.slider .image-overlay { display: none; }