How do I change the color of a link or email address on a form?

  • rtolmach
    Asked on July 10, 2022 at 11:30 AM

    Hello JF

    The URL and email addresses on our form are a very pale blue, which is difficult to read. I tried changing the color in the Paragraph element, but nothing happened.


    Please advise.


    Thanks!


  • John Support Team Lead
    Replied on July 10, 2022 at 12:30 PM

    Hi there,

    Please add this custom CSS code to your form to make the links blue in color:

    .form-section.page-section li:first-child a:link {
        color: #174DC8!important;
    }

    Here's a guide on how to inject custom CSS codes to your form.

    While here's how it should look like when properly applied:

    1657470615 62cafe977a1f2  Screenshot 10


  • rtolmach
    Replied on July 10, 2022 at 12:45 PM

    That worked on the link to the google sheet and the email, but it did not work on the link to

    https://ChangingThePresent.org/now 

    thanks

  • John Support Team Lead
    Replied on July 10, 2022 at 2:02 PM

    I tried accessing your form and the said link is shown in darker blue color as intended.

    Here's how it looks on my end:

    1657476077 62cb13ed87284 csssssssss Screenshot 10

    Can you try clearing your browser caches and access the form again? See if it'll make any difference.