Viewing 2 replies - 1 through 2 (of 2 total)
  • more than the 4 panels?

    add this to functions.php of your child theme:

    function change_front_page_panel_numbers( $number ) {
    	return 6; //default is 4
    }
    add_filter( 'twentyseventeen_front_page_sections', 'change_front_page_panel_numbers' );

    If I want to change the feature image height in the placeholder, because now I set a 2000px width X 550 px height and the place holder zoom the picture.

    How can I made it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add sections (placeholders) to ‘static front page’ in Twenty Seventeen Theme’ is closed to new replies.