Is there any way to remove the links of the pictures in the slider so users cannot click on the pictures?
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.