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

    Hi, I want to make the title and description font bigger inside a team member element. How can I do that?

    #390007

    Hi DROR!

    Thank you for coming back.

    Use the following and adjust the values:

    
    .avia-team-member .team-member-name {
        font-size: 25px !important;
    }
    
    .avia-team-member  .team-member-job-title {
           font-size: 18px !important;
    }
    
    .avia-team-member p {
        font-size: 20px !important;
    }
    

    Best regards,
    Günter

    #390012

    Thanks. I added the code and it worked but the description text seems to be too dense – http://screencast.com/t/WxBm7KV5q – how can I make it look like here – http://screencast.com/t/DQljuWXZ ?

    #390015

    Hey!

    Thank you for coming back.

    Try the following and adjust the value of line-height:

    
    .avia-team-member p {
        font-size: 20px !important;
        line-height: 30px;
    }
    

    Regards,
    Günter

    #390017

    Great. Thanks :)

    #390020

    Hi!

    Glad I could help you. Enjoy the theme.

    Best regards,
    Günter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to control the font size inside a team member element?’ is closed to new replies.