Okay
  Public Ticket #190212
Team Member's name
Closed

Comments

  • Simone started the conversation

    Hello! I noticed that, after upgrading to the latest version, the font of team members' names is not linked anymore to the general typography settings and now these names are always displayed in Open Sans. I took a look of the code and I found the following line that overlays the general settings.  
    font-family: 'OpenSansLight'!important;

    Is it a bug or is there some setting I have to change?

    Thank you!

  •  8,838
    Tahir replied

    Hey Simone!

    Thank you for bringing this to our knowledge. We will sort this in the next minor release. As a quick hack add this into the Custom CSS box located in your Salient Options panel:

    .row .col h4 {
        font-family: Lekton !important;
    }
    

    Cheers


    ThemeNectar Support Team