• Hi team,
    Thank you about fantastic theme!
    I am wondering if it is possible to increase or decrease the number of slider layer in frond page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author maxsdesign

    (@maxsdesign)

    Hi thanassis05, thanks for appreciating the theme!
    Yes, you can add or remove slides. At the bottom of functions.php (preferably in a child theme) add this code snippet (change the number as you like it):

    function more_slides() {
    	return 4;
    }
    add_filter( 'brand_slides_number', 'more_slides' );
    Thread Starter thanassis05

    (@thanassis05)

    Thank you, too!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add or Remove Slider layers’ is closed to new replies.