Height of the Full-Width Slider

Home Forums Gillion Theme Height of the Full-Width Slider

Home Forums Gillion Theme Height of the Full-Width Slider

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • manreza
    Participant

    Good evening,

    I would like to know if it´s possible to:

    1. Change the Height of Full-Width Slider?
    2. 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

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