Remove Links of Pictures in slider

Discussion in 'Figero WordPress Theme' started by jshade52, Mar 14, 2014.

  1. jshade52

    jshade52 New Member

    Joined:
    Nov 9, 2013
    Messages:
    15
    Likes Received:
    0
    Is there any way to remove the links of the pictures in the slider so users cannot click on the pictures?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #slide-box .images  a {
    pointer-events: none;
    } 
    This will solve your issue.
     

Share This Page