• Gerarriaga

    (@gerarriaga)


    Hello guys, first of all, I love the theme. I want to edit the team section: promptly delete the image space of the section and leave the text alone. How do to it?
    Thanks 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Access Keys

    (@access-keys)

    Hi there,
    The theme doesn’t provide the option of removing the team member image by default. However you may add following css rule to prevent it from displaying.

    .team-detail{
    float: none;
    text-align: center;
    width: 100%;
    }
    
    .team-big-image{
    display: none;
    }

    Please let us know if that is what you were looking for.
    Thanks,

    Thread Starter Gerarriaga

    (@gerarriaga)

    It totally worked!
    thanks you

    thumbs up!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘How to edit Team Section?’ is closed to new replies.