I need to change the font color of the link to the pop up form

  • eaforms2014
    Asked on February 16, 2016 at 11:59 AM

    The link to the pop up form is blue and underlined. I need it to display a white font and no underline? How do I do that? Can you give me the CSS code to change that? Here is the screenshotI need to change the font color of the link to the pop up form Image 1 Screenshot 20

     

    the web page it is in:rosberg website

     

    Thanks.

    ea ideas llc

    Jotform Thread 773443 Screenshot
  • Ben
    Replied on February 16, 2016 at 3:54 PM

    I took a look at your website and I can see that you already made it white. However it seems that you have an issue with overflow creating the scrollbar - at least on my end:

    I need to change the font color of the link to the pop up form Image 1 Screenshot 30

    If you add the following:

    <style type="text/css">
    body {
        padding-top: 8px;
    }
    html, body {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    </style>

    Right above the <a> element that you had added, your button will look as the following:

    I need to change the font color of the link to the pop up form Image 2 Screenshot 41

  • eaforms2014
    Replied on February 16, 2016 at 4:46 PM
    Great!
    Thanks Ben. Appreciate much your help.
    Best,
    ea ideas llc
    www.eaideasllc.com
    ...