Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1425178

    Hello Enfold Team,

    I am beating my head against the wall and hope you can help. Ever since I changed the <p> default font-size in “advanced styling” I have not been able to modify the font-size of “team member” descriptions. I have tried to change it via the element’s styling tab, using the custom CSS you all have posted in your documentation and tried adding my own custom CSS class:

    /* enfold documentation */
    .avia-team-member .team-member-description {
    font-size: 16px !important;
    }

    /* my custom CSS */
    .meet-the-team {
    font-size: 16px !important;
    }

    Your guidance is greatly appreciated.

    -James

    #1425231

    Hey James,

    Please try this CSS instead:

    .team-member-description p {
      font-size: 16px !important;
    }

    Best regards,
    Rikard

    #1425247

    This worked.

    Thank you.

    #1425284

    Hi,

    Great, I’m glad to hear that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1427278

    Please close this ticket

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Team Member Font Size’ is closed to new replies.