Okay
  Public Ticket #3384538
team member name size
Closed

Comments

  •  14
    Jerfalco started the conversation

    Can i change the name and job position font size for team members? I need it smaller, if possible.

    Thanks!

  •  1,877
    Judith replied

    Hi Jerfalco,

    Thanks for writing to us.

    Please head to Salient > Typography > Nectar Specific Elements then adjust from here : 

    9122977578.png

    Thanks.

  •  14
    Jerfalco replied

    Hi there, sorry this is an old post/question ... i have done that and it did not change the font size. 

    thoughts?

  •  2,958
    Andrew replied

    Hello again,

    Could you share your site URL so we can look into this for you?

    We look forward to your response.

    Thanks,

  •  14
    Jerfalco replied

    See team images on the lower part of this page:

    https://ec-build.mightrecoverymarketing.com/our-program/

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .row .team-member[data-style=bio_fullscreen_alt] h5 {
        font-size: 14px !important;
    }
    .row .team-member[data-style=bio_fullscreen_alt] h3 {
        font-size: 16px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  14
    Jerfalco replied

    perfect. it worked, thank you!