Need help with CSS from section collapse

  • OnlineFormService.com
    Asked on October 24, 2019 at 7:12 AM

    Hello,

    I need some help with the font css in the lettering of the Section Collapse.

    I have changed it to an image but can't get the Shadow Text to be more plain - it is hard to read presently.

    Here's the css that I have presently.

    Thanks for your help,

    Dave


    .form-collapse-table {

        height : 58px;

        border : 2px solid #fff;

        background : url(https://drive.google.com/uc?id=1ngFBKcqXrQXg8s_zYomyZ1DXLc9ilynF) repeat-x;

        position : relative;

        font-style : normal!important;

    }

    Jotform Thread 2013180 Screenshot
  • jherwin
    Replied on October 24, 2019 at 7:56 AM

    Could you please let us know the URL of the form you're working on so we can see the section collapse you're referring to?

    Guide: Where-to-Find-My-Form-URL

    Looking forward to your response.

  • OnlineFormService.com
    Replied on October 24, 2019 at 8:50 AM
    https://form.jotform.com/92961443442964
    Quoting JotForm :
    ...
  • jherwin
    Replied on October 24, 2019 at 9:29 AM

    Please inject this custom CSS code to your form:

    .form-collapse-mid {
        text-shadow: none!important;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    You can check my demo form here: https://form.jotform.com/92963726101962

    Please give it a try and let us know how it goes.

  • OnlineFormService.com
    Replied on October 24, 2019 at 2:50 PM
    thank you - that worked great!
    Quoting JotForm :
    ...