Featured Images for full-screen slider (changing size)

  • Unknown's avatar

    now i `m using Veni theme on my website. I want to change the “Featured Images for full-screen slider” . I want to make the widht is full screen , but not the height . Can i make it with any css?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, this is a bit tricky, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and you can adjust the 700px max-height value.

    .featured-slider-wrap, .slick-list, .slick-slider .slick-track, .fullwidth-slider .featured-slider article {
    	max-height: 700px;
    }
    .blog .featured-slider .featured-image {
    	background-position: center top !important;
    }
  • The topic ‘Featured Images for full-screen slider (changing size)’ is closed to new replies.