Sportsman Theme: Reduce Slider Image Height

Home Forums All Other Themes Sportsman Theme: Reduce Slider Image Height

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #130949
    KeithKeith
    Participant
    • Topics: 48
    • Replies: 68
    • Total: 116
    Member since: November 14, 2016

    On the Sportsman theme, kindly let me know the css to use to reduce the height of the slider image on the Home Page?

    https://www.sktperfectdemo.com/demos/sportsman/

    #130967
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30586
    • Total: 30586
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #slidera .nivoSlider {
        min-height: inherit;
        height: 500px;
        overflow: hidden;
    }

    Regards,
    Dave

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.