How do I get rid of color that appears between columns?

  • vmastrapa
    Asked on February 11, 2018 at 9:16 PM

    Help, how can I get rid of this blue background that only appears between certain elements?





    Jotform Thread 1380836 Screenshot
  • BJoanna
    Replied on February 12, 2018 at 4:49 AM

    Remove this CSS code from your form to remove the blue background.

    #cid_82,

    #cid_93,

    #cid_97,

    #cid_103,

    #cid_114,

    #cid_123,

    #cid_138,

    #cid_144,

    #cid_159,

    #cid_169,

    #cid_178 {

        background-color : #081878 !important;

    }

    1518428589css Screenshot 10

    Or add this CSS code to the bottom of existing CSS codes:

    #cid_82,

    #cid_93,

    #cid_97,

    #cid_103,

    #cid_114,

    #cid_123,

    #cid_138,

    #cid_144,

    #cid_159,

    #cid_169,

    #cid_178 {

        background-color : transparent !important;

    }

    How to Inject Custom CSS Codes

    Here is my demo form: https://form.jotform.com/80422462763960 

    Feel free to test it and clone it.

    Hope this helps to solve the issue.