Okay
  Public Ticket #281025
Changing Font in Text Block
Closed

Comments

  • Tyler started the conversation

    Hi There, 

    I can't seem to find the code to change the font in the Text Blocks. Would someone mind helping me out? Thanks! 

  •  8,839
    Tahir replied

    Hey Tyler!

    The simplest way would be to add an extra class to the text block and write up some css like this:

    .my-text-block{
    
    font-family:Arial; 
    
    }

    Thanks


    ThemeNectar Support Team 

  •   Tyler replied privately
  •   Tyler replied privately
  •  8,839
    Tahir replied

    Hey Tyler!

    You can find the css listings in style.css. To view it goto Appearance -> Editor and click on style.css in the dashboard. 

    Thanks


    ThemeNectar Support Team