Forums
Forums / Plugin: Slide Anything - Responsive Content / HTML Slider and Carousel / Hide link icon
(@clarity75)
7 years, 4 months ago
Hello,
I have used the owl slider and want to link each image, when I use the link function it places a link icon on the slider. Can someone tell me how to hide this icon?
Thank you in advance.
(@simonpedge)
Try using the following CSS:
#SLIDER_ID .sa_hover_buttons { top:0px !important; left:0px !important; margin-top:0px !important; margin-left:0px !important; width:100% !important; height:100% !important; } #SLIDER_ID .sa_hover_buttons a { display:block !important; width:100% !important; height:100% !important; background:transparent !important; }
(replace ‘#SLIDER_ID’ with the CSS ID of your slider)
Perfect. That worked. Thank you!
The topic ‘Hide link icon’ is closed to new replies.