How to remove the background color of headres and page break buttons?

  • phorest
    Asked on July 11, 2016 at 8:28 AM

    Hi,

    Two issues I'm having. Firstly, I've been trying for the last couple days to remove the white label behind headings / next / back button. When I do a preview however, the white label is always there. As my text colour is white, this is a major problem! I've attached a screen-shot to be a bit clearer. 

    Secondly, is it possible to set a condition so that when a certain dropdown is selected on page 1, pages 5 or 6 can be skipped? I see it's possible to skip to a page, but I cant see if its possible to skip a selected page. 

    Assistance is much appreciated!

     

     

    Jotform Thread 879587 Screenshot
  • Kevin Support Team Lead
    Replied on July 11, 2016 at 11:19 AM

    You can remove the background color by injecting this CSS code to your form: 

    .form-header-group, .form-header, .form-pagebreak{

        background-color: transparent !important;

    }

    This guide will hep you to inject the code: How-to-Inject-Custom-CSS-Codes

    Regarding to your second question, it has been moved to this thread: https://www.jotform.com/answers/879709 

    This is in order to assist you better, because having two questions in the same thread will generate confusion. 

    We will assist you there as soon as possible. 

    Thanks.