Hi, I am using the Cloriato Pro version theme and I want to remove/disable the arrows on the sides of my slider images if possible. Please can you tell me how to do this? www.iozzolino.com
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #slides a.next { display: none; } #slides a.prev { display: none; } This will solve your issue.