Widgets: Change the color of the Animated Header text

  • bakerobe
    Asked on July 13, 2016 at 6:42 AM

    Hi

    I am using the "Animated Heading" widget in my form - however the default font colour is no use on my form

    There is a CSS edit function in the widget wizard - but I don't know what to put in it to change the colour - I have searched multiple forums and tried different code but to no avail!

    This is the widget - https://widgets.jotform.com/widget/animated_heading

    These are the properties on my form for the widget

    Widgets: Change the color of the Animated Header text Image 1 Screenshot 20

     

    Can someone please help me with the correct CSS code to change the font to a bright orange please

     

    Many thanks in advance

     

    Rob

  • Support_Management Jotform Support
    Replied on July 13, 2016 at 8:05 AM

    Hi Rob, I'm assuming you're working on this form https://www.jotform.com/61923262436354 and you're referring to the Animated Heading I found at the bottom of that said form:

    Widgets: Change the color of the Animated Header text Image 1 Screenshot 30

    By default, the font color used on that widget is black. However, I noticed you haven't entered any text for your heading yet. You're right, you would need CSS to change the font color of the text. And here's the CSS codes you need to change it:

    .tt {

       color: #FFCC66;

    }

    (I used the same color I found on the CSS section of the widget from your cloned form)

    And this is how it would look like:

    Widgets: Change the color of the Animated Header text Image 2 Screenshot 41

    Hope that helped!

  • bakerobe
    Replied on July 13, 2016 at 10:56 AM

    PERFECT!!

    Exactly what I needed

    Much appreciated :)