Removing/Disabling the Slider Arrows

Discussion in 'Cloriato WordPress Theme' started by gabriellastrano, Jan 19, 2014.

  1. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    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
     
  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:
    #slides a.next {
    display: none;
    }
    #slides a.prev {
    display: none;
    } 
    This will solve your issue.
     

Share This Page