Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #165991

    Hi, is there a quick CSS code I could use to center the title, sub title and description sections of the Team Member Element, as well as add a bit of padding between the title and the picture, as they are right on top of each other?

    Thanks

    #166104

    Hello 500Webmaster!

    Please add following code to Quick CSS in Enfold theme options under Styling

    .team-member-name, .team-member-job-title, .team-member-description { text-align: center; }
    .team-img-container { margin-bottom: 20px; }

    Best regards,
    Yigit

    #166509

    Hi Yigit,

    Thanks! I forgot to mention that I’d like to change the color of the Team Member Name element, as well?

    Thanks

    #166598

    Hello!

    Please do as following

    .team-member-name { color: red; }

    you can insert hex values ( #2a3032 ) instead of red

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Team Member Element Modifications’ is closed to new replies.