BuddyBoss Home – Web Support Forums Themes Boss. theme Static front page image, no slider?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #40483
    @russellmiller

    Hi – I’d like to have just a single static image for my site. Is there a way to turn off the slider action?

    site:
    devworld.io

    Thanks!

    Answers

    #40486
    @vapvarun

    Hi @russellmiller, you can add images directly to content area as well. To remove the slider
    front-page.php copy this file to child theme folder and comment like this line 24

    
    <?php // get_template_part( 'content', 'slides' ); ?>
    

    It will remove the complete slider from front page template.

    Regards
    Varun Dubey

    #40487
    @vapvarun

    Hi @russellmiller
    add this to custom css and add only one slide

    
    #fwslider .slide {
       z-index: 100000!important;
        display: block!important;
        opacity: 1!important;
    }
    

    I hope that will fulfill your requirement

    Regards
    Varun Dubey

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Static front page image, no slider?’ is closed to new replies.