Auto Scrolling Text Widget: Request for Inject CSS Feature

  • okostov
    Asked on July 5, 2014 at 7:22 PM

    hi 

    i would like to know how to change the color in the custom form text area? for instance im using auto scrolling text form found here on this website

    AutoScrolling Text

    by MacLuc)  .So when i input my text it shows black color right?? Well i  need to change the text that shows in the form from black to white.

     

    Please tell me its possible somehow.

     

    Also if i decide to add rest of tthe fields..name email and text area ow can i d that so when they answer all the info goes to the scroling box above??

     

    Thanks

  • Elton Support Team Lead
    Replied on July 5, 2014 at 9:31 PM

    Hi,

    You can use basic html to change autoscrolling text color. Example:

    <div style="color:white">

    Hello World!

    This is my autoscrolling text.

    </div>

    Auto Scrolling Text Widget: Request for Inject CSS Feature Image 1 Screenshot 20

    ---

    About the second function, unfortunately that's not just possible with framed widgets. You may consider using Preview Before Submit Widget instead.

    http://widgets.jotform.com/widget/preview_before_submit

    Hope this helps!

  • okostov
    Replied on July 5, 2014 at 10:16 PM

    great thanks.what about changing border on the widget from white to black color?

  • Elton Support Team Lead
    Replied on July 6, 2014 at 1:20 AM

    @okostov

    That's not possible as of the moment since that requires CSS Injection on that particular widget to change the border color. However, I have raised this as a feature request so we can go beyond the limit of customizing this widget.

    You will be informed here once this is implemented.

    Regards!

  • TitusN
    Replied on July 8, 2014 at 3:13 AM

    Hello, 

    The widget has been updated with a Custom CSS configuration box. 

    You can now customize elements of the widget, including the border. 

    Auto Scrolling Text Widget: Request for Inject CSS Feature Image 1 Screenshot 20

    For Example, this custom CSS will change the border color to black: 

    #textContainer {

    border: 1px solid #000000;

    }

    Here is the form with the border color changed to black: http://form.jotformpro.com/form/41881213307954?

    Please give it a try and let us know if you would like further assistance. 

    Thanks