Okay
  Public Ticket #3013241
Team Member Name Font Change
Closed

Comments

  •  3
    jigeshshah05 started the conversation

    Hi,

    The Team member font style is default to Cormorant. 

    We intend to change it to Inter with a higher font size too. 

    How can we do the same?

  •  1,877
    Judith replied

    Hi There,

    Thanks for keeping in touch,

    Please change from here: Salient > Typography > Nectar Specific Elements:

    5476392105.png

    Thanks.

  •  3
    jigeshshah05 replied

    I made the change here > 

    2833829589.png


    But it isn't reflecting>

    5564107683.png


  •  1,877
    Judith replied

    Hi Jigesh,

    Please try this css:

    .team-member[data-style=bio_fullscreen_alt] h3 {
        font-family: 'Inter' !important;
        font-size: 20px !important;
    }

    Thanks.

  •  3
    jigeshshah05 replied

    Done. Thanks!