How to change the form title color?

  • marianofowler
    Asked on January 20, 2018 at 3:21 PM

    how can i change the text color of a form title? would that be possible?

    Thanks 

  • Jed_C
    Replied on January 20, 2018 at 9:51 PM

    Can you please provide us a sample screenshot of what you are referring to?

    If you are referring to the heading title, you could change the heading color by opening the designer tool, scrolling down and clicking on the advanced designer tool: 

    How to change the form title color? Image 1 Screenshot 40

    How to change the form title color? Image 2 Screenshot 51

    Once you got into the advanced designer you need to click on the heading text and change the font color from the header style options:

    How to change the form title color? Image 3 Screenshot 62

    Additionally if you need to change the color injecting some CSS code then you could simply inject this code: 

    .form-header-group .form-header{

        color: red;

    }

    Looking forward for your response.