Changing arrow style:
The CSS selector for arrows icon is .df-ui-nav .df-ui-btn:before . The below CSS removes the dropshadow and chnages the arrow color to gray.
.df-ui-nav .df-ui-btn:before {
color: gray;
filter: none;
}
The CSS selector for arrows icon is .df-ui-nav .df-ui-btn:before . The below CSS removes the dropshadow and chnages the arrow color to gray.
.df-ui-nav .df-ui-btn:before {
color: gray;
filter: none;
}