Changing the background color of the bar where the submit button is

  • QMSLTD
    Asked on August 14, 2015 at 11:50 AM
    Also, the submit bar is locked in its current format. We dont want it to be blue. Can you change this to grey?
  • Jan
    Replied on August 14, 2015 at 11:57 AM

    You are referring to this element right?

    Changing the background color of the bar where the submit button is Image 1 Screenshot 20

    Please inject this custom CSS code:

    li[data-type=control_button] {
    background: #d3d3d3 !important;
    }

    Here's a guide on how to add this custom CSS code.  Thank you.