slider image size

Discussion in 'Figero WordPress Theme' started by rexmanaster, Dec 7, 2013.

Thread Status:
Not open for further replies.
  1. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi,

    Is it possible to enlarge the size of the slider image? If so, how?

    Thanks,
    Rex
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .slide .images img {
    width: 550px;
    height: 390px;
    }
    You can change the value of "width" and "height" as per your requirement
    to change the size of slider image.
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Awesome, Piyush!

    Thanks,
    Rex
     
Thread Status:
Not open for further replies.

Share This Page