Hi There,
If you are trying to alter the background of the thumbnails and you are not having success trough the interface of Revolution Slider you could add the following code to Appereance Customizer Custom CSS and adjust the color according to your wishes.
`.tp-tabs, .tp-thumbs, .tp-bullets {
background-color: rgba(6, 0, 0, 0.14902) !important;
}
Adjust the color according to your wishes, you also can use hexidecimal codes like #FF6668
Hope that helps,
Joao