Remove ?stroke ?drop shadow from text in form collapse field & modify visual multiselect field column headers.

  • max123jot
    Asked on October 12, 2016 at 5:07 PM

    dear all

    in my probably misuse of custom designer

    it seems i clicked a button to cause fonts in the form collapse tool to show a ?stroke ?drop shadow

     

    please advise how to remove ?stroke ?drop shadow from text 

     

    also for the visual multiselect field 

    is it possible to modify the column header font and background color

     

    thanks

    m

     

     

  • Chriistian Jotform Support
    Replied on October 13, 2016 at 12:29 AM

    To remove the text shadow on the form collapse field, please inject the Custom CSS code below:

    .form-collapse-mid {

        text-shadow: none!important;

    }

    Remove ?stroke ?drop shadow from text in form collapse field & modify visual multiselect field column headers Screenshot 30

    I also noticed that there is an error in your CSS which may result in the css code not being saved properly. To resolve this, please open your Form Designer and delete this part of the code (color : #6;) from the css.

    Remove ?stroke ?drop shadow from text in form collapse field & modify visual multiselect field column headers Screenshot 41

    Since your other question is about a different feature (multiselect widget), I have moved that question to a separate thread. Please follow this link to view that thread: https://www.jotform.com/answers/959211.

    Regards.

  • max123jot
    Replied on October 14, 2016 at 9:44 AM
    works
    nice
    tx
    m
    ...