• Resolved clarity75

    (@clarity75)


    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author simonpedge

    (@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)

    Thread Starter clarity75

    (@clarity75)

    Perfect. That worked. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hide link icon’ is closed to new replies.