Adjust Slider Settings

Discussion in 'RoadFighter WordPress Theme' started by grasjegras, Nov 25, 2013.

  1. grasjegras

    grasjegras New Member

    Joined:
    Oct 28, 2013
    Messages:
    2
    Likes Received:
    0
    Hi,
    is it possible to adjust the slider settings to a smaller format? If I add a picture it shows all over my laptop screen, which I find insufficient for people visiting my website.
    If not, can you please provide me with the code to not show the slider at all?

    thnx in advance!
    Grasje.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flexslider .slides img{
    height:400px;
    }
    Adjust its value as per your requirements.
     

Share This Page