Driving Distance Widget: How to change the red color of the CHANGE button to black?

  • JBL
    Asked on February 6, 2017 at 12:32 PM
    Finally, is it possible to change the red color of the CHANGE button to black?
  • BJoanna
    Replied on February 6, 2017 at 1:12 PM

    It seems that it is not possible to change the color of the CHANGE button. I do some more tests to see if this is possible and if I found solution I will update you.

  • JBL
    Replied on February 6, 2017 at 1:47 PM

    I will keep my fingers crossed. Thanks.

  • Boris
    Replied on February 7, 2017 at 11:22 AM

    We've checked this out for you at the office, and it is indeed possible to change the background color of the "Change" button of the Driving Distance widget, by simply adding the following custom CSS into the widget itself:

    .btn { background: black !important; }

    Driving Distance Widget: How to change the red color of the CHANGE button to black? Image 1 Screenshot 30

    Result:

    Driving Distance Widget: How to change the red color of the CHANGE button to black? Image 2 Screenshot 41

    Please try it out, and let us know whether it works to your satisfaction. Thank you!

  • JBL
    Replied on February 7, 2017 at 3:58 PM

    Perfect. Just as I want it. Thanks