Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1342497

    Hi,
    i would like to change:
    font-size, font-family and center the text in my team members (for the team members text) page.

    Hw can i do that?

    Kind regards Jak

    • This topic was modified 2 years, 8 months ago by Jak73.
    #1342527

    Hey Jak73,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-536 h3.team-member-name, .page-id-536 div.team-member-job-title, .page-id-536 div.team-member-description {
      text-align: center; 
      font-family: 'arial';
    }

    Best regards,
    Rikard

    #1342663

    Hi Rkard,

    thanks for your help!!!
    How can i add i little bit more space between the lines of name and the job title?

    kind regards Jak

    #1342667

    Hi Jak,

    Please try adding this CSS code:

    .page-id-536 h3.team-member-name {
        margin-bottom: 18px;
    }

    Best regards,
    Nikko

    #1342671

    Works really great! Many thanks!

    One more little thing: how can i add 2-3 more pixel above the team member name?

    kind regards Jak

    #1342685

    Hi,

    Please try this CSS as well:

    .page-id-536 h3.team-member-name {
      padding-top: 3px;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.