Height of the Full-Width Slider
Good evening,
I would like to know if it´s possible to:
Change the Height of Full-Width Slider? Remove the black overlay effect? Another thing is that it seems that my Slider Revolution is not activated. However, the Sliders that came with the theme are working. That’s right? Does the theme not allow me to create a new slider using the Slider Revolution?
Thanks,
Henrique
Attachments: You must be
logged in to view attached files.
Hi Henrique,
I hope you are well today and thank you for your question.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.blog-slider .blog-slider-item:after{
display: none;
}
.blog-slider .blog-slider-item {
height: 762px;
}
#wrapper .blog-slider {
max-height: 762px;
}
Best regards, Shufflehound team
Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it