Change the font used in the header section

  • capconnect
    Asked on January 17, 2019 at 4:46 PM

    hi, in the header section the title 'Best Ideas & Thematics Investment Forum'  the font is coming up differently than Verdana which is the fint used across the for.

    can you please fix.


    thanks

  • jonathan
    Replied on January 17, 2019 at 6:26 PM

    That is a TEXT field. You can change the font-family using the TEXT field editor.

    1547767456zzz 2019 01 18 07 Screenshot 20

    Change the font used in the header section Image 1 Screenshot 31





  • capconnect
    Replied on January 18, 2019 at 10:43 AM
    Hi, already did this but despite selecting Verdana for the whole text, the first 2 part ‘Best IDEAS & THEMATICS’ is different font to ‘INVESTMENT FORUM’
    ...
  • Kevin Support Team Lead
    Replied on January 18, 2019 at 12:31 PM

    Try injecting this CSS code to change the font: 

    div#cid_1, div#cid_1 span {

        font-family: "Verdana" !important;

    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps.