How to change the font and font color of the pop-up embed link?

  • samanthajt
    Asked on December 28, 2016 at 2:35 PM

    How can you do it with a pop up and I want to Bold it Roboto is the font color is #cc0001 

     

    Got A Question?

     

    I know not a jot form issue so thanks for the help in advance 

     

    Samantha

  • Kiran Support Team Lead
    Replied on December 28, 2016 at 2:58 PM

    If you do not have the font selected in your website CSS, you may add the following code to the head section of your website to import the Roboto font from Google fonts.

    <style>

    @import url('https://fonts.googleapis.com/css?family=Roboto');

    </style>

    Now, while adding the link of your JotForm to the webpage as a popup, you can add the following style to the embed script provided.

    style="font-weight: bold; color: #cc0001; font-family: 'Roboto', sans-serif;" 

    The complete embed code would be like something below:

    <a style="font-weight: bold; color: #cc0001; font-family: 'Roboto', sans-serif;"  href="javascriptDISABLED:void( window.open( 'http://www.jotform.us/form/30627333186150', 'blank', 'scrollbars=yes, toolbar=no, width=700, height=500' ) ) ">Got A Question?</a>

    The link will be displayed on your web page as shown below:

    How to change the font and font color of the pop up embed link? Image 1 Screenshot 20

    Hope this information helps! 

     

  • samanthajt
    Replied on December 28, 2016 at 3:01 PM

    You are my hero thank you used the bottom and worked like a champ

  • Kiran Support Team Lead
    Replied on December 28, 2016 at 3:32 PM

    Glad to see that the code provided worked great for you. Please do not hesitate to get back to us if you need any further assistance. We will be happy to help.

    Thank you for using JotForm!