Slider Height

Viewing 2 posts - 1 through 2 (of 2 total)
  • #13710
    Franko
    Participant

    I want to change the slider height – how?

    #13741
    adamsjo
    Participant

    Create a child theme then edit these lines in the style.css sheet. You can use Ctrl+F to find it. There are lots of great Youtube tutorials on how to build a child theme.

    .slides {
    height: 350px;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.