• Hi,

    I would like to know if it is possible to add the number or people displayed on the team section.

    We are in fact 9 and there is only 6 places available.

    Any tips?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @cynthiadragon
    you can set the number of people to 9. Just edit the “functions.php” template of the theme at the line 254, you can see this:

    define( 'FREDDO_VALUE_FOR_TEAM', '7' );

    Change the value 7 with the value 10 to get 9 team member

    define( 'FREDDO_VALUE_FOR_TEAM', '10' );

    Best Regards,
    CrestaProject

Viewing 1 replies (of 1 total)
  • The topic ‘Team section, add people’ is closed to new replies.