Enlarge slider arrow buttons

Discussion in 'RoadFighter WordPress Theme' started by deekay, Dec 3, 2013.

  1. deekay

    deekay New Member

    Joined:
    Nov 24, 2013
    Messages:
    11
    Likes Received:
    0
    Hey guys, I think that the slider arrow buttons are a bit too small and I was looking to enlarge them and move them a little further up and to the left on the slider.

    How can I do this?

    Thank-you
     
  2. Piyush

    Piyush Support Staff

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

    For this Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .flex-direction-nav li a {
    width: 62px;
    height: 95px;
    }
    .flexslider .flex-direction-nav li .flex-next {
    right: 230px;
    }
     .flexslider .flex-direction-nav li .flex-prev {
    right: 293px;
    }
    
    Note: Adjust width, height and right position according to your requirement.
     

Share This Page